C# Class FireBreath, kaijurising

Inheritance: TimedObjects
Mostra file Open project: Moehammered/kaijurising Class Usage Examples

Public Properties

Property Type Description
attackingPlayer int
damage float
direction Vector3
speed float

Protected Methods

Method Description
objectRunning ( ) : void

Private Methods

Method Description
OnTriggerEnter ( Collider colObj ) : void

Method Details

objectRunning() protected method

protected objectRunning ( ) : void
return void

Property Details

attackingPlayer public_oe property

public int attackingPlayer
return int

damage public_oe property

public float damage
return float

direction public_oe property

public Vector3 direction
return Vector3

speed public_oe property

public float speed
return float