C# Class CardboardHead, Vivid

Inheritance: MonoBehaviour
Datei anzeigen Open project: lcoblamm/Vivid Class Usage Examples

Public Properties

Property Type Description
target Transform
trackPosition bool
trackRotation bool
updateEarly bool

Public Methods

Method Description
Awake ( ) : void
LateUpdate ( ) : void
Update ( ) : void

Private Methods

Method Description
UpdateHead ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

LateUpdate() public method

public LateUpdate ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

target public_oe property

public Transform target
return Transform

trackPosition public_oe property

public bool trackPosition
return bool

trackRotation public_oe property

public bool trackRotation
return bool

updateEarly public_oe property

public bool updateEarly
return bool