Ejemplo n.º 1
0
 internal NativeActor(ActorInitializationParams actorInfo)
 {
     Id = new EntityId(actorInfo.Id);
     this.SetIEntity(actorInfo.EntityPtr);
     this.SetIActor(actorInfo.ActorPtr);
 }
Ejemplo n.º 2
0
 internal NativeActor(ActorInitializationParams actorInfo)
 {
     this.Id = new EntityId(actorInfo.Id);
     this.EntityHandle = actorInfo.EntityPtr;
     this.ActorHandle = actorInfo.ActorPtr;
 }