|
enum | TerrainEdgeType : byte { Hard,
Fade,
FadeRough
} |
|
|
override IEnumerable< string > | ConfigErrors () |
|
override void | PostLoad () |
|
bool | ForceAllowPlaceOver (BuildableDef other) |
|
override int | GetHashCode () |
|
override void | ResolveReferences () |
|
override string | ToString () |
|
virtual void | ClearCachedData () |
|
override int | GetHashCode () |
|
virtual IEnumerable< StatDrawEntry > | SpecialDisplayStats () |
|
override string | ToString () |
|
|
string | texturePath |
|
TerrainDef.TerrainEdgeType | edgeType |
|
int | renderPrecedence |
|
List< TerrainAffordance > | affordances = new List<TerrainAffordance>() |
|
bool | layerable |
|
string | scatterType |
|
bool | takeFootprints |
|
bool | avoidWander |
|
bool | changeable = true |
|
TerrainDef | smoothedTerrain |
|
bool | holdSnow = true |
|
Color | color = Color.white |
|
TerrainDef | driesTo |
|
ThingDef | terrainFilthDef |
|
bool | acceptTerrainSourceFilth |
|
bool | acceptFilth = true |
|
List< StatModifier > | statBases |
|
Traversability | passability |
|
int | pathCost |
|
bool | pathCostIgnoreRepeat = true |
|
float | fertility = -1f |
|
List< ThingCountClass > | costList |
|
int | costStuffCount = -1 |
|
List< StuffCategoryDef > | stuffCategories |
|
TerrainAffordance | terrainAffordanceNeeded = TerrainAffordance.Light |
|
List< ThingDef > | buildingPrerequisites |
|
List< ResearchProjectDef > | researchPrerequisites |
|
int | placingDraggableDimensions |
|
EffecterDef | repairEffect |
|
EffecterDef | constructEffect |
|
Rot4 | defaultPlacingRot = Rot4.North |
|
ThingDef | blueprintDef |
|
ThingDef | installBlueprintDef |
|
ThingDef | frameDef |
|
string | uiIconPath |
|
AltitudeLayer | altitudeLayer = AltitudeLayer.Item |
|
Texture2D | uiIcon = BaseContent.BadTex |
|
Graphic | graphic = BaseContent.BadGraphic |
|
bool | menuHidden |
|
float | specialDisplayRadius |
|
List< Type > | placeWorkers |
|
DesignationCategoryDef | designationCategory |
|
KeyBindingDef | designationHotKey |
|
const string | DefaultDefName = "UnnamedDef" |
|
string | defName = "UnnamedDef" |
|
string | label |
|
string | description |
|
ushort | shortHash |
|
ushort | index = 65535 |
|
ushort | debugRandomId = (ushort)Rand.RangeInclusive(0, 65535) |
|
|
override Color | IconDrawColor [get] |
|
float | Altitude [get] |
|
Material | DrawMatSingle [get] |
|
abstract Color | IconDrawColor [get] |
|
bool | MadeFromStuff [get] |
|
List< PlaceWorker > | PlaceWorkers [get] |
|
virtual IntVec2 | Size [get] |
|
string | LabelCap [get] |
|
The documentation for this class was generated from the following file: