C# Class Chaos, Asylum

Inheritance: MonoBehaviour
Mostra file Open project: jump4r/Asylum Class Usage Examples

Public Properties

Property Type Description
chaosActive bool
lightReset float
playerLight Light

Public Methods

Method Description
Awake ( ) : void
Change ( ) : void
OnTriggerStay ( Collider col ) : void
Update ( ) : void

Private Methods

Method Description
WithinFOV ( Vector3 point ) : bool

Method Details

Awake() public method

public Awake ( ) : void
return void

Change() public method

public Change ( ) : void
return void

OnTriggerStay() public method

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

Update() public method

public Update ( ) : void
return void

Property Details

chaosActive public_oe property

public bool chaosActive
return bool

lightReset public_oe property

public float lightReset
return float

playerLight public_oe property

public Light playerLight
return Light