C# Class Evolvable, CodeSpells

Inheritance: Waterable
Mostra file Open project: srfoster/CodeSpells Class Usage Examples

Public Properties

Property Type Description
output GameObject

Public Methods

Method Description
convert ( GameObject first, GameObject second ) : void
onUpdate ( ) : void
waterEffectOnObject ( ) : void

Private Methods

Method Description
nearGround ( ) : bool

Method Details

convert() public method

public convert ( GameObject first, GameObject second ) : void
first GameObject
second GameObject
return void

onUpdate() public method

public onUpdate ( ) : void
return void

waterEffectOnObject() public method

public waterEffectOnObject ( ) : void
return void

Property Details

output public_oe property

public GameObject output
return GameObject