C# Class DoorAnimation, SOFTENG-306-PROJECT-2

Inheritance: MonoBehaviour
Mostrar archivo Open project: gdsl/SOFTENG-306-PROJECT-2 Class Usage Examples

Public Properties

Property Type Description
id int
isLocked bool

Public Methods

Method Description
Awake ( ) : void
OnTriggerEnter ( Collider other ) : void
OnTriggerExit ( Collider other ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

OnTriggerEnter() public method

public OnTriggerEnter ( Collider other ) : void
other Collider
return void

OnTriggerExit() public method

public OnTriggerExit ( Collider other ) : void
other Collider
return void

Update() public method

public Update ( ) : void
return void

Property Details

id public_oe property

public int id
return int

isLocked public_oe property

public bool isLocked
return bool