Class FullToNoneSequence
Inheritance
System.Object
FullToNoneSequence
Assembly: cs.temp.dll.dll
Syntax
public class FullToNoneSequence : FoodBiteSequence
Methods
GetCurrentBitePiece(GameObject[])
Declaration
public override GameObject GetCurrentBitePiece(GameObject[] parts)
Parameters
Type |
Name |
Description |
GameObject[] |
parts |
|
Returns
Type |
Description |
GameObject |
|
Overrides
ProcessBiteAtIndex(GameObject[], Int32)
Declaration
public override void ProcessBiteAtIndex(GameObject[] parts, int index)
Parameters
Type |
Name |
Description |
GameObject[] |
parts |
|
System.Int32 |
index |
|
Overrides