C# Class TransformManagerInterface, Navi

This class is the base interface needed to handle positional input from the mobile device The reset and GUI interface allow for external control of reseting the virtual position of the device
Inheritance: MonoBehaviour
显示文件 Open project: vmohan7/Navi Class Usage Examples

Public Properties

Property Type Description
Instance TransformManagerInterface,

Public Methods

Method Description
Reset ( ) : void

Reset will be handled different depending on the subclass

Protected Methods

Method Description
Awake ( ) : void

Initialize generic Instance

OnDestroy ( ) : void

Nullify instance when this object is destroyed

Method Details

Awake() protected method

Initialize generic Instance
protected Awake ( ) : void
return void

OnDestroy() protected method

Nullify instance when this object is destroyed
protected OnDestroy ( ) : void
return void

Reset() public abstract method

Reset will be handled different depending on the subclass
public abstract Reset ( ) : void
return void

Property Details

Instance public_oe static_oe property

public static TransformManagerInterface, Instance
return TransformManagerInterface,