C# Class RelativisticObject, OpenRelativity

Inheritance: MonoBehaviour
Afficher le fichier Open project: MITGameLab/OpenRelativity Class Usage Examples

Méthodes publiques

Свойство Type Description
isParent bool
state GameState,
viw Vector3

Méthodes publiques

Méthode Description
Awake ( ) : void
CombineParent ( ) : void
KillObject ( ) : void
OnEnable ( ) : void
RecursiveTransform ( Vector3 pt, Transform trans ) : Vector3
ResetDeathTime ( ) : void
SetDeathTime ( ) : void
SetStartTime ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
checkSpeed ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

CombineParent() public méthode

public CombineParent ( ) : void
Résultat void

KillObject() public méthode

public KillObject ( ) : void
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

RecursiveTransform() public méthode

public RecursiveTransform ( Vector3 pt, Transform trans ) : Vector3
pt Vector3
trans Transform
Résultat Vector3

ResetDeathTime() public méthode

public ResetDeathTime ( ) : void
Résultat void

SetDeathTime() public méthode

public SetDeathTime ( ) : void
Résultat void

SetStartTime() public méthode

public SetStartTime ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

isParent public_oe property

public bool isParent
Résultat bool

state public_oe property

public GameState, state
Résultat GameState,

viw public_oe property

public Vector3 viw
Résultat Vector3