C# Class FSO.IDE.EditorComponent.Primitives.AnimateSimDescriptor

Inheritance: FSO.IDE.EditorComponent.Model.PrimitiveDescriptor
Mostrar archivo Open project: RHY3756547/FreeSO Class Usage Examples

Public Methods

Method Description
GetAnimTable ( EditorScope escope, VMAnimationScope scope ) : STR
GetAnimationName ( EditorScope escope, VMAnimationScope scope, ushort id ) : string
GetBody ( EditorScope scope ) : string
PopulateOperandView ( BHAVEditor master, EditorScope escope, System.Windows.Forms.TableLayoutPanel panel ) : void

Method Details

GetAnimTable() public static method

public static GetAnimTable ( EditorScope escope, VMAnimationScope scope ) : STR
escope EditorScope
scope VMAnimationScope
return FSO.Files.Formats.IFF.Chunks.STR

GetAnimationName() public static method

public static GetAnimationName ( EditorScope escope, VMAnimationScope scope, ushort id ) : string
escope EditorScope
scope VMAnimationScope
id ushort
return string

GetBody() public method

public GetBody ( EditorScope scope ) : string
scope EditorScope
return string

PopulateOperandView() public method

public PopulateOperandView ( BHAVEditor master, EditorScope escope, System.Windows.Forms.TableLayoutPanel panel ) : void
master BHAVEditor
escope EditorScope
panel System.Windows.Forms.TableLayoutPanel
return void