C# Class Controls, UnityPointCloud

Inheritance: MonoBehaviour
Show file Open project: smokelore/UnityPointCloud Class Usage Examples

Public Properties

Property Type Description
autoRotateEnabled bool
backgroundRGBA Color
controlsEnabled bool
max float
rotateSpeed float
zoomSpeed float

Public Methods

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

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

autoRotateEnabled public property

public bool autoRotateEnabled
return bool

backgroundRGBA public property

public Color backgroundRGBA
return Color

controlsEnabled public property

public bool controlsEnabled
return bool

max public property

public float max
return float

rotateSpeed public property

public float rotateSpeed
return float

zoomSpeed public property

public float zoomSpeed
return float