Class ActorTools
Assembly: SonsSdk.dll
public static class ActorTools
Methods
Declaration
public static IEnumerable<VailActor> GetActors(VailActorTypeId id)
Parameters
| Type |
Name |
Description |
| VailActorTypeId |
id |
|
Returns
Declaration
public static VailActor GetPrefab(VailActorTypeId id)
Parameters
| Type |
Name |
Description |
| VailActorTypeId |
id |
|
Returns
| Type |
Description |
| VailActor |
|
Declaration
public static VailActor GetRobby()
Returns
| Type |
Description |
| VailActor |
|
Declaration
public static VailActor GetVailActor(this WorldSimActor worldSimActor)
Parameters
| Type |
Name |
Description |
| WorldSimActor |
worldSimActor |
|
Returns
| Type |
Description |
| VailActor |
|
Declaration
public static VailActor Spawn(VailActorTypeId id, Vector3 position, Quaternion rotation)
Parameters
| Type |
Name |
Description |
| VailActorTypeId |
id |
|
| Vector3 |
position |
|
| Quaternion |
rotation |
|
Returns
| Type |
Description |
| VailActor |
|