Class SetupMethods
Syntax
public static class SetupMethods
Methods
SetupBlendTree1D(ComponentSystem, Entity, Int32)
Declaration
public static BlobAssetReference<BlendTree1D> SetupBlendTree1D(ComponentSystem system, Entity e, int index)
Parameters
| Type |
Name |
Description |
| ComponentSystem |
system |
|
| Entity |
e |
|
| Int32 |
index |
|
Returns
| Type |
Description |
| BlobAssetReference<BlendTree1D> |
|
SetupBlendTree2D(ComponentSystem, Entity, Int32)
Declaration
public static BlobAssetReference<BlendTree2DSimpleDirectional> SetupBlendTree2D(ComponentSystem system, Entity e, int index)
Parameters
| Type |
Name |
Description |
| ComponentSystem |
system |
|
| Entity |
e |
|
| Int32 |
index |
|
Returns
| Type |
Description |
| BlobAssetReference<BlendTree2DSimpleDirectional> |
|