Class ManifestActor
Namespace: Unity.Reflect.Actors
Syntax
[Actor("82b2c3f3-df19-4b3f-96b5-4a2ff73dce47", false, false, null, null)]
public class ManifestActor
Fields
SpatializedSyncModelTypes
Declaration
public static HashSet<Type> SpatializedSyncModelTypes
Field Value
| Type | Description |
|---|---|
| HashSet<Type> |
SyncModelTypes
Declaration
public static Dictionary<string, Type> SyncModelTypes
Field Value
| Type | Description |
|---|---|
| Dictionary<String, Type> |
Methods
Inject(ActorHandle)
Declaration
public void Inject(ActorHandle selfHandle)
Parameters
| Type | Name | Description |
|---|---|---|
| ActorHandle | selfHandle |