C# Class Controls, UnityPointCloud

Inheritance: MonoBehaviour
Exibir arquivo 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_oe property

public bool autoRotateEnabled
return bool

backgroundRGBA public_oe property

public Color backgroundRGBA
return Color

controlsEnabled public_oe property

public bool controlsEnabled
return bool

max public_oe property

public float max
return float

rotateSpeed public_oe property

public float rotateSpeed
return float

zoomSpeed public_oe property

public float zoomSpeed
return float