OpenRA.Mods.Common.Traits.EditorActorLayer.Add C# (CSharp) Method

Add() public method

public Add ( ActorReference reference ) : EditorActorPreview
reference ActorReference
return EditorActorPreview
        public EditorActorPreview Add(ActorReference reference)
        {
            return Add(NextActorName(), reference);
        }

Same methods

EditorActorLayer::Add ( string id, ActorReference reference, bool initialSetup = false ) : EditorActorPreview