C# Class FSO.IDE.EditorComponent.Commands.AddPrimCommand

Inheritance: BHAVCommand
Mostrar archivo Open project: RHY3756547/FreeSO

Public Methods

Method Description
AddPrimCommand ( PrimitiveBox prim ) : System
Execute ( FSO.Files.Formats.IFF.Chunks.BHAV bhav, UIBHAVEditor editor ) : void
Undo ( FSO.Files.Formats.IFF.Chunks.BHAV bhav, UIBHAVEditor editor ) : void

Method Details

AddPrimCommand() public method

public AddPrimCommand ( PrimitiveBox prim ) : System
prim FSO.IDE.EditorComponent.UI.PrimitiveBox
return System

Execute() public method

public Execute ( FSO.Files.Formats.IFF.Chunks.BHAV bhav, UIBHAVEditor editor ) : void
bhav FSO.Files.Formats.IFF.Chunks.BHAV
editor FSO.IDE.EditorComponent.UI.UIBHAVEditor
return void

Undo() public method

public Undo ( FSO.Files.Formats.IFF.Chunks.BHAV bhav, UIBHAVEditor editor ) : void
bhav FSO.Files.Formats.IFF.Chunks.BHAV
editor FSO.IDE.EditorComponent.UI.UIBHAVEditor
return void