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
Afficher le fichier Open project: vmohan7/Navi Class Usage Examples

Méthodes publiques

Свойство Type Description
Instance TransformManagerInterface,

Méthodes publiques

Méthode Description
Reset ( ) : void

Reset will be handled different depending on the subclass

Méthodes protégées

Méthode Description
Awake ( ) : void

Initialize generic Instance

OnDestroy ( ) : void

Nullify instance when this object is destroyed

Method Details

Awake() protected méthode

Initialize generic Instance
protected Awake ( ) : void
Résultat void

OnDestroy() protected méthode

Nullify instance when this object is destroyed
protected OnDestroy ( ) : void
Résultat void

Reset() public abstract méthode

Reset will be handled different depending on the subclass
public abstract Reset ( ) : void
Résultat void

Property Details

Instance public_oe static_oe property

public static TransformManagerInterface, Instance
Résultat TransformManagerInterface,