Property | Type | Description | |
---|---|---|---|
container | GameObject | ||
energy | double | ||
instance | Ether, | ||
total_energy | double |
Method | Description | |
---|---|---|
enoughEnergy ( double n ) : bool | ||
getEnergy ( ) : double | ||
getFoodbitCount ( ) : int | ||
getInstance ( ) : Ether, | ||
newFoodbit ( Vector3 pos ) : void | ||
removeFoodbit ( GameObject fb ) : void | ||
subtractEnergy ( double n ) : void |
Method | Description | |
---|---|---|
Start ( ) : void | ||
fbSpawn ( ) : void |
public removeFoodbit ( GameObject fb ) : void | ||
fb | GameObject | |
return | void |