C# Class FSO.IDE.EditorComponent.BHAVViewControl

Inheritance: FSOUIControl
Mostrar archivo Open project: RHY3756547/FreeSO

Public Properties

Property Type Description
Editor FSO.IDE.EditorComponent.UI.UIBHAVEditor

Public Methods

Method Description
BHAVViewControl ( ) : System
InitBHAV ( FSO.Files.Formats.IFF.Chunks.BHAV bhav, EditorScope scope, FSO.SimAntics.VMEntity debugEnt, VMStackFrame debugFrame, BHAVPrimSelect callback ) : void

Method Details

BHAVViewControl() public method

public BHAVViewControl ( ) : System
return System

InitBHAV() public method

public InitBHAV ( FSO.Files.Formats.IFF.Chunks.BHAV bhav, EditorScope scope, FSO.SimAntics.VMEntity debugEnt, VMStackFrame debugFrame, BHAVPrimSelect callback ) : void
bhav FSO.Files.Formats.IFF.Chunks.BHAV
scope EditorScope
debugEnt FSO.SimAntics.VMEntity
debugFrame VMStackFrame
callback BHAVPrimSelect
return void

Property Details

Editor public_oe property

public UIBHAVEditor,FSO.IDE.EditorComponent.UI Editor
return FSO.IDE.EditorComponent.UI.UIBHAVEditor