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

Inheritance: MonoBehaviour
ファイルを表示 Open project: gdsl/SOFTENG-306-PROJECT-2 Class Usage Examples

Public Properties

Property Type Description
woken bool

Public Methods

Method Description
OnTriggerExit ( Collider other ) : void
OnTriggerStay ( Collider other ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
PersonSeen ( ) : IEnumerator

Method Details

OnTriggerExit() public method

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

OnTriggerStay() public method

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

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

woken public_oe property

public bool woken
return bool