C# Class ChangePose, Asylum

Inheritance: MonoBehaviour
Exibir arquivo Open project: jump4r/Asylum

Public Properties

Property Type Description
name string
poses GameObject[]

Public Methods

Method Description
OnTriggerExit ( ) : void
ReposeCharacter ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnTriggerExit() public method

public OnTriggerExit ( ) : void
return void

ReposeCharacter() public method

public ReposeCharacter ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

name public_oe property

public string name
return string

poses public_oe property

public GameObject[] poses
return GameObject[]