C# Class _ProjectileBase, Rookery

Inheritance: MonoBehaviour
Mostra file Open project: AIESeattleGameArt/Rookery

Public Properties

Property Type Description
speed float
target Vector3

Public Methods

Method Description
Hit ( GameObject other ) : void
Move ( ) : void
OnTriggerEnter ( Collider other ) : void
Start ( ) : void
Update ( ) : void

Method Details

Hit() public abstract method

public abstract Hit ( GameObject other ) : void
other GameObject
return void

Move() public abstract method

public abstract Move ( ) : void
return void

OnTriggerEnter() public method

public OnTriggerEnter ( 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

speed public_oe property

public float speed
return float

target public_oe property

public Vector3 target
return Vector3