Class ActorDescriptor
Namespace: Unity.Reflect.ActorFramework
Syntax
public class ActorDescriptor
Fields
Id
The unique id of the actor.
Declaration
public Guid Id
Field Value
| Type | Description |
|---|---|
| Guid |
Ports
The port descriptors associated with this actor.
Declaration
public List<PortDescriptor> Ports
Field Value
| Type | Description |
|---|---|
| List<PortDescriptor> |
Type
The class type of this actor.
Declaration
public Type Type
Field Value
| Type | Description |
|---|---|
| Type |