C# Class ArrayMaker, Elemental

Inheritance: MonoBehaviour
ファイルを表示 Open project: CodeStrumpet/Elemental Class Usage Examples

Public Properties

Property Type Description
numXElements int
numYElements int
numZElements int
paddingPercent Vector3
prefabObject GameObject

Public Methods

Method Description
Start ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Property Details

numXElements public_oe property

public int numXElements
return int

numYElements public_oe property

public int numYElements
return int

numZElements public_oe property

public int numZElements
return int

paddingPercent public_oe property

public Vector3 paddingPercent
return Vector3

prefabObject public_oe property

public GameObject prefabObject
return GameObject