C# Class ReaktorToTransform, VJ01

Inheritance: MonoBehaviour
Mostrar archivo Open project: keijiro/VJ01

Public Properties

Property Type Description
enablePosition bool
enableRotation bool
enableScale bool
maxAngle float
minAngle float
position Vector3
rotationAxis Vector3
scale Vector3

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

enablePosition public_oe property

public bool enablePosition
return bool

enableRotation public_oe property

public bool enableRotation
return bool

enableScale public_oe property

public bool enableScale
return bool

maxAngle public_oe property

public float maxAngle
return float

minAngle public_oe property

public float minAngle
return float

position public_oe property

public Vector3 position
return Vector3

rotationAxis public_oe property

public Vector3 rotationAxis
return Vector3

scale public_oe property

public Vector3 scale
return Vector3