C# Class VJPositionFreeze, fuze-vj-kit

Inheritance: MonoBehaviour
Exibir arquivo Open project: unity3d-jp/fuze-vj-kit

Public Properties

Property Type Description
freezePosition bool
freezeRotation bool
freezeScale bool

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

freezePosition public_oe property

public bool freezePosition
return bool

freezeRotation public_oe property

public bool freezeRotation
return bool

freezeScale public_oe property

public bool freezeScale
return bool