C# Class TestMotion, volsample

Inheritance: MonoBehaviour
Show file Open project: huwb/volsample Class Usage Examples

Public Properties

Property Type Description
testRotate bool
testRotateY float
testTranslate bool
testTranslateX float
testTranslateZ float

Public Methods

Method Description
Update ( ) : void

Method Details

Update() public method

public Update ( ) : void
return void

Property Details

testRotate public property

public bool testRotate
return bool

testRotateY public property

public float testRotateY
return float

testTranslate public property

public bool testTranslate
return bool

testTranslateX public property

public float testTranslateX
return float

testTranslateZ public property

public float testTranslateZ
return float