C# Class ObjActions, Asylum

Inheritance: MonoBehaviour
Afficher le fichier Open project: jump4r/Asylum

Méthodes publiques

Свойство Type Description
isNearby bool
isObserved bool

Méthodes publiques

Méthode Description
Awake ( ) : void
OnTriggerEnter ( Collider other ) : void
OnTriggerExit ( Collider other ) : void
Update ( ) : void
changeOrientation ( ) : void
changeScale ( ) : void
changeVisibility ( ) : void
moveObject ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

OnTriggerEnter() public méthode

public OnTriggerEnter ( Collider other ) : void
other Collider
Résultat void

OnTriggerExit() public méthode

public OnTriggerExit ( Collider other ) : void
other Collider
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

changeOrientation() public méthode

public changeOrientation ( ) : void
Résultat void

changeScale() public méthode

public changeScale ( ) : void
Résultat void

changeVisibility() public méthode

public changeVisibility ( ) : void
Résultat void

moveObject() public méthode

public moveObject ( ) : void
Résultat void

Property Details

isNearby public_oe property

public bool isNearby
Résultat bool

isObserved public_oe property

public bool isObserved
Résultat bool