C# Class TurretRange, Castle-Bashers

Inheritance: MonoBehaviour
显示文件 Open project: DevelopersGuild/Castle-Bashers Class Usage Examples

Public Properties

Property Type Description
turret Turret,

Public Methods

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

Method Details

OnCollisionExit() public method

public OnCollisionExit ( Collision other ) : void
other Collision
return void

OnCollisionStay() public method

public OnCollisionStay ( Collision other ) : void
other Collision
return void

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

turret public_oe property

public Turret, turret
return Turret,