C# Class GenerationObject, Generations

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

Public Properties

Property Type Description
GenerationPrebabs List
Loops bool
Type GenerationObjectType

Public Methods

Method Description
Destroy ( ) : void
SetGenerationIndex ( int index ) : bool

Method Details

Destroy() public method

public Destroy ( ) : void
return void

SetGenerationIndex() public method

public SetGenerationIndex ( int index ) : bool
index int
return bool

Property Details

GenerationPrebabs public property

public List GenerationPrebabs
return List

Loops public property

public bool Loops
return bool

Type public property

public GenerationObjectType Type
return GenerationObjectType