C# Class SoilScript, Generations

Inheritance: MonoBehaviour
Mostra file Open project: scadieux/Generations Class Usage Examples

Public Properties

Property Type Description
GenerationObjectPrefab GenerationObject,
animations PackedSprite,
soilId int

Public Methods

Method Description
Awake ( ) : void
OnDrawGizmos ( ) : void
OnSoilMessage ( SoilMessage, message ) : void
Unspawn ( ) : void

Private Methods

Method Description
AddGo ( GameObject go ) : void
SetParentRountine ( GameObject go ) : IEnumerator
SoilMessageLogic ( SoilMessage, message ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

OnDrawGizmos() public method

public OnDrawGizmos ( ) : void
return void

OnSoilMessage() public method

public OnSoilMessage ( SoilMessage, message ) : void
message SoilMessage,
return void

Unspawn() public method

public Unspawn ( ) : void
return void

Property Details

GenerationObjectPrefab public_oe property

public GenerationObject, GenerationObjectPrefab
return GenerationObject,

animations public_oe property

public PackedSprite, animations
return PackedSprite,

soilId public_oe property

public int soilId
return int