C# Class ArrayMaker, Elemental

Inheritance: MonoBehaviour
Afficher le fichier Open project: CodeStrumpet/Elemental Class Usage Examples

Méthodes publiques

Свойство Type Description
numXElements int
numYElements int
numZElements int
paddingPercent Vector3
prefabObject GameObject

Méthodes publiques

Méthode Description
Start ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

numXElements public_oe property

public int numXElements
Résultat int

numYElements public_oe property

public int numYElements
Résultat int

numZElements public_oe property

public int numZElements
Résultat int

paddingPercent public_oe property

public Vector3 paddingPercent
Résultat Vector3

prefabObject public_oe property

public GameObject prefabObject
Résultat GameObject