C# Class CampfireParty.Building_Pyre

Building_Pyre class.
Inheritance: Building
Afficher le fichier Open project: Rikiki123456789/Rimworld Class Usage Examples

Protected Properties

Свойство Type Description
campfirePartyIsStarted bool
fireMatrix UnityEngine.Matrix4x4[]
fireScale Vector3
fireTexture UnityEngine.Material[]
fireTextureA UnityEngine.Material
fireTextureB UnityEngine.Material
fireTextureC UnityEngine.Material
fireTickCounter int[]
lifeTickCounter int
pyreFire Thing
startCampfirePartyGizmoIcon UnityEngine.Texture2D

Méthodes publiques

Méthode Description
Destroy ( DestroyMode mode = DestroyMode.Vanish ) : void
Draw ( ) : void
DrawPartyAndBeerSearchAreas ( IntVec3 pyrePosition ) : void
ExposeData ( ) : void
GetGizmos ( ) : IEnumerable
SpawnSetup ( ) : void
Tick ( ) : void
TryToStartCampfireParty ( ) : void

Méthodes protégées

Méthode Description
ChangeFireTexture ( Material &texture ) : void
GetBeerSearchAreaCells ( IntVec3 pyrePosition ) : List
GetPartyAreaCells ( IntVec3 pyrePosition ) : List

Method Details

ChangeFireTexture() protected méthode

protected ChangeFireTexture ( Material &texture ) : void
texture UnityEngine.Material
Résultat void

Destroy() public méthode

public Destroy ( DestroyMode mode = DestroyMode.Vanish ) : void
mode DestroyMode
Résultat void

Draw() public méthode

public Draw ( ) : void
Résultat void

DrawPartyAndBeerSearchAreas() public static méthode

public static DrawPartyAndBeerSearchAreas ( IntVec3 pyrePosition ) : void
pyrePosition IntVec3
Résultat void

ExposeData() public méthode

public ExposeData ( ) : void
Résultat void

GetBeerSearchAreaCells() protected static méthode

protected static GetBeerSearchAreaCells ( IntVec3 pyrePosition ) : List
pyrePosition IntVec3
Résultat List

GetGizmos() public méthode

public GetGizmos ( ) : IEnumerable
Résultat IEnumerable

GetPartyAreaCells() protected static méthode

protected static GetPartyAreaCells ( IntVec3 pyrePosition ) : List
pyrePosition IntVec3
Résultat List

SpawnSetup() public méthode

public SpawnSetup ( ) : void
Résultat void

Tick() public méthode

public Tick ( ) : void
Résultat void

TryToStartCampfireParty() public méthode

public TryToStartCampfireParty ( ) : void
Résultat void

Property Details

campfirePartyIsStarted protected_oe property

protected bool campfirePartyIsStarted
Résultat bool

fireMatrix protected_oe property

protected Matrix4x4[],UnityEngine fireMatrix
Résultat UnityEngine.Matrix4x4[]

fireScale protected_oe property

protected Vector3 fireScale
Résultat Vector3

fireTexture protected_oe property

protected Material[],UnityEngine fireTexture
Résultat UnityEngine.Material[]

fireTextureA protected_oe property

protected Material,UnityEngine fireTextureA
Résultat UnityEngine.Material

fireTextureB protected_oe property

protected Material,UnityEngine fireTextureB
Résultat UnityEngine.Material

fireTextureC protected_oe property

protected Material,UnityEngine fireTextureC
Résultat UnityEngine.Material

fireTickCounter protected_oe property

protected int[] fireTickCounter
Résultat int[]

lifeTickCounter protected_oe property

protected int lifeTickCounter
Résultat int

pyreFire protected_oe property

protected Thing pyreFire
Résultat Thing

startCampfirePartyGizmoIcon protected_oe static_oe property

protected static Texture2D,UnityEngine startCampfirePartyGizmoIcon
Résultat UnityEngine.Texture2D