C# Class VoxelSheet

Inheritance: MonoBehaviour
Mostrar archivo Open project: leapmotion/ImageGrid

Public Properties

Property Type Description
maxVoxels int
voxelModel Transform

Protected Properties

Property Type Description
voxelStash Transform[]

Public Methods

Method Description
OnDestroy ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnDestroy() public method

public OnDestroy ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

maxVoxels public_oe property

public int maxVoxels
return int

voxelModel public_oe property

public Transform voxelModel
return Transform

voxelStash protected_oe property

protected Transform[] voxelStash
return Transform[]