C# Class ConvertOnEntry, CodeSpells

Inheritance: MonoBehaviour
Show file Open project: srfoster/CodeSpells

Protected Methods

Method Description
isInput ( GameObject l ) : bool
target ( ) : GameObject

Private Methods

Method Description
OnTriggerStay ( Collider col ) : void
convert ( GameObject first, GameObject second ) : void

Method Details

isInput() protected abstract method

protected abstract isInput ( GameObject l ) : bool
l GameObject
return bool

target() protected abstract method

protected abstract target ( ) : GameObject
return GameObject