C# Class CubeSpawner, VRDesignLab

Inheritance: MonoBehaviour
显示文件 Open project: VRUX-CO/VRDesignLab Class Usage Examples

Public Properties

Property Type Description
cube GameObject

Public Methods

Method Description
SpawnCubesToFit ( ) : void
Start ( ) : void
ffff ( ) : void

Private Methods

Method Description
LastSpawnZ ( ) : float
SpawnCube ( ) : IEnumerator

Method Details

SpawnCubesToFit() public method

public SpawnCubesToFit ( ) : void
return void

Start() public method

public Start ( ) : void
return void

ffff() public method

public ffff ( ) : void
return void

Property Details

cube public_oe property

public GameObject cube
return GameObject