Beispiel #1
0
        public AddActorAction(EditorActorLayer editorLayer, ActorReference actor)
        {
            this.editorLayer = editorLayer;

            // Take an immutable copy of the reference
            this.actor = actor.Clone();
        }
Beispiel #2
0
 public ActorReference Export()
 {
     return(reference.Clone());
 }