C# Class ChangePose, Asylum

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

Méthodes publiques

Свойство Type Description
name string
poses GameObject[]

Méthodes publiques

Méthode Description
OnTriggerExit ( ) : void
ReposeCharacter ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnTriggerExit() public méthode

public OnTriggerExit ( ) : void
Résultat void

ReposeCharacter() public méthode

public ReposeCharacter ( ) : 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

name public_oe property

public string name
Résultat string

poses public_oe property

public GameObject[] poses
Résultat GameObject[]