C# Class VoxelSheet

Inheritance: MonoBehaviour
Afficher le fichier Open project: leapmotion/ImageGrid

Méthodes publiques

Свойство Type Description
maxVoxels int
voxelModel Transform

Protected Properties

Свойство Type Description
voxelStash Transform[]

Méthodes publiques

Méthode Description
OnDestroy ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

maxVoxels public_oe property

public int maxVoxels
Résultat int

voxelModel public_oe property

public Transform voxelModel
Résultat Transform

voxelStash protected_oe property

protected Transform[] voxelStash
Résultat Transform[]