C# Class GenerationObject, Generations

Inheritance: MonoBehaviour
显示文件 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_oe property

public List GenerationPrebabs
return List

Loops public_oe property

public bool Loops
return bool

Type public_oe property

public GenerationObjectType Type
return GenerationObjectType