C# Class AbstractPickup, kaijurising

Inheritance: NetworkBehaviour
Datei anzeigen Open project: Moehammered/kaijurising Class Usage Examples

Public Methods

Method Description
Start ( ) : void
activatePickup ( GameObject target ) : void

Protected Methods

Method Description
OnTriggerEnter ( Collider col ) : void
Update ( ) : void

Method Details

OnTriggerEnter() protected method

protected OnTriggerEnter ( Collider col ) : void
col Collider
return void

Start() public method

public Start ( ) : void
return void

Update() protected method

protected Update ( ) : void
return void

activatePickup() public abstract method

public abstract activatePickup ( GameObject target ) : void
target GameObject
return void