Example #1
0
 public EditorActorLayer(Actor self, EditorActorLayerInfo info)
 {
     this.info = info;
 }
Example #2
0
 public EditorActorLayer(Actor self, EditorActorLayerInfo info)
 {
     this.info = info;
 }
Example #3
0
 public EditorActorLayer(EditorActorLayerInfo info)
 {
     this.info = info;
 }