C# Class CameraMovementArea, Team4BabelGame

Inheritance: MonoBehaviour
Mostra file Open project: veselin-/Team4BabelGame Class Usage Examples

Public Properties

Property Type Description
isInsideArea bool

Public Methods

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

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

isInsideArea public_oe property

public bool isInsideArea
return bool