C# 클래스 AoMEngineLibrary.AMP.MaxPluginForm

상속: MaxForm
파일 보기 프로젝트 열기: Ryder25/Age-of-Mythology 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ambientMaxTextBox MaxCustomControls.MaxTextBox
animLengthValueToolStripStatusLabel System.Windows.Forms.ToolStripStatusLabel
brgImportAttachScaleCheckBox System.Windows.Forms.CheckBox
brgImportCenterModelCheckBox System.Windows.Forms.CheckBox
brgMeshAnimTypeGroupBox System.Windows.Forms.GroupBox
brgMeshFlagsCheckedListBox System.Windows.Forms.CheckedListBox
brgMeshFormatCheckedListBox System.Windows.Forms.CheckedListBox
brgObjectsTreeListView BrightIdeasSoftware.TreeListView
bumpMapMaxTextBox MaxCustomControls.MaxTextBox
diffuseMaxTextBox MaxCustomControls.MaxTextBox
facesValueToolStripStatusLabel System.Windows.Forms.ToolStripStatusLabel
grnExportAnimCheckBox System.Windows.Forms.CheckBox
grnExportModelCheckBox System.Windows.Forms.CheckBox
grnObjectsTreeListView BrightIdeasSoftware.TreeListView
interpolationTypeCheckBox System.Windows.Forms.CheckBox
keyframeRadioButton System.Windows.Forms.RadioButton
materialFlagsCheckedListBox System.Windows.Forms.CheckedListBox
matsValueToolStripStatusLabel System.Windows.Forms.ToolStripStatusLabel
meshesValueToolStripStatusLabel System.Windows.Forms.ToolStripStatusLabel
nonuniRadioButton System.Windows.Forms.RadioButton
opacityMaxTextBox MaxCustomControls.MaxTextBox
reflectionMaxTextBox MaxCustomControls.MaxTextBox
selfIllumMaxTextBox MaxCustomControls.MaxTextBox
skinBoneRadioButton System.Windows.Forms.RadioButton
specularLevelMaxTextBox MaxCustomControls.MaxTextBox
specularMaxTextBox MaxCustomControls.MaxTextBox
textureMaxTextBox MaxCustomControls.MaxTextBox
uiUp CuiUpdater
vertsValueToolStripStatusLabel System.Windows.Forms.ToolStripStatusLabel

공개 메소드들

메소드 설명
ContrastColor ( Color color ) : Color
MaxPluginForm ( ) : AoMEngineLibrary.Extensions

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
DebugBox ( string message ) : void
HideDebugUI ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

MaxPluginForm_Load ( object sender, EventArgs e ) : void
TreeListView_MouseEnter ( object sender, EventArgs e ) : void
attachpointListBox_MouseDoubleClick ( object sender, MouseEventArgs e ) : void
attachpointListBox_MouseEnter ( object sender, EventArgs e ) : void
beginnersGuideToolStripMenuItem_Click ( object sender, EventArgs e ) : void
brgMeshAnimTypeRadioButton_CheckedChanged ( object sender, EventArgs e ) : void
brgMeshFlagsCheckedListBox_ItemCheck ( object sender, System.Windows.Forms.ItemCheckEventArgs e ) : void
brgMeshFormatCheckedListBox_ItemCheck ( object sender, System.Windows.Forms.ItemCheckEventArgs e ) : void
brgMeshInterpolationTypeCheckBox_CheckStateChanged ( object sender, EventArgs e ) : void
brgObjectsTreeListView_KeyDown ( object sender, KeyEventArgs e ) : void
brgObjectsTreeListView_SelectionChanged ( object sender, EventArgs e ) : void
brgSettingsInfoToolStripMenuItem_Click ( object sender, EventArgs e ) : void
debug ( ) : void
exportGrnTestToolStripMenuItem_Click ( object sender, EventArgs e ) : void
exportToolStripMenuItem_Click ( object sender, EventArgs e ) : void
extractMatButton_Click ( object sender, EventArgs e ) : void
grnObjectsTreeListView_SelectedIndexChanged ( object sender, EventArgs e ) : void
importToolStripMenuItem_Click ( object sender, EventArgs e ) : void
mainTabControl_SelectedIndexChanged ( object sender, EventArgs e ) : void
materialFlagsCheckedListBox_ItemCheck ( object sender, System.Windows.Forms.ItemCheckEventArgs e ) : void
materialFlagsCheckedListBox_MouseEnter ( object sender, EventArgs e ) : void
newToolStripMenuItem_Click ( object sender, EventArgs e ) : void
openGrnTestToolStripMenuItem_Click ( object sender, EventArgs e ) : void
openToolStripMenuItem_Click ( object sender, EventArgs e ) : void
readMeToolStripMenuItem_Click ( object sender, EventArgs e ) : void
saveGrnTestToolStripMenuItem_Click ( object sender, EventArgs e ) : void
saveToolStripMenuItem_Click ( object sender, EventArgs e ) : void
sourceCodeToolStripMenuItem_Click ( object sender, EventArgs e ) : void

메소드 상세

ContrastColor() 공개 메소드

public ContrastColor ( Color color ) : Color
color Color
리턴 Color

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

MaxPluginForm() 공개 메소드

public MaxPluginForm ( ) : AoMEngineLibrary.Extensions
리턴 AoMEngineLibrary.Extensions

프로퍼티 상세

ambientMaxTextBox 공개적으로 프로퍼티

public MaxCustomControls.MaxTextBox ambientMaxTextBox
리턴 MaxCustomControls.MaxTextBox

animLengthValueToolStripStatusLabel 공개적으로 프로퍼티

public System.Windows.Forms.ToolStripStatusLabel animLengthValueToolStripStatusLabel
리턴 System.Windows.Forms.ToolStripStatusLabel

brgImportAttachScaleCheckBox 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox brgImportAttachScaleCheckBox
리턴 System.Windows.Forms.CheckBox

brgImportCenterModelCheckBox 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox brgImportCenterModelCheckBox
리턴 System.Windows.Forms.CheckBox

brgMeshAnimTypeGroupBox 공개적으로 프로퍼티

public System.Windows.Forms.GroupBox brgMeshAnimTypeGroupBox
리턴 System.Windows.Forms.GroupBox

brgMeshFlagsCheckedListBox 공개적으로 프로퍼티

public System.Windows.Forms.CheckedListBox brgMeshFlagsCheckedListBox
리턴 System.Windows.Forms.CheckedListBox

brgMeshFormatCheckedListBox 공개적으로 프로퍼티

public System.Windows.Forms.CheckedListBox brgMeshFormatCheckedListBox
리턴 System.Windows.Forms.CheckedListBox

brgObjectsTreeListView 공개적으로 프로퍼티

public BrightIdeasSoftware.TreeListView brgObjectsTreeListView
리턴 BrightIdeasSoftware.TreeListView

bumpMapMaxTextBox 공개적으로 프로퍼티

public MaxCustomControls.MaxTextBox bumpMapMaxTextBox
리턴 MaxCustomControls.MaxTextBox

diffuseMaxTextBox 공개적으로 프로퍼티

public MaxCustomControls.MaxTextBox diffuseMaxTextBox
리턴 MaxCustomControls.MaxTextBox

facesValueToolStripStatusLabel 공개적으로 프로퍼티

public System.Windows.Forms.ToolStripStatusLabel facesValueToolStripStatusLabel
리턴 System.Windows.Forms.ToolStripStatusLabel

grnExportAnimCheckBox 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox grnExportAnimCheckBox
리턴 System.Windows.Forms.CheckBox

grnExportModelCheckBox 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox grnExportModelCheckBox
리턴 System.Windows.Forms.CheckBox

grnObjectsTreeListView 공개적으로 프로퍼티

public BrightIdeasSoftware.TreeListView grnObjectsTreeListView
리턴 BrightIdeasSoftware.TreeListView

interpolationTypeCheckBox 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox interpolationTypeCheckBox
리턴 System.Windows.Forms.CheckBox

keyframeRadioButton 공개적으로 프로퍼티

public System.Windows.Forms.RadioButton keyframeRadioButton
리턴 System.Windows.Forms.RadioButton

materialFlagsCheckedListBox 공개적으로 프로퍼티

public System.Windows.Forms.CheckedListBox materialFlagsCheckedListBox
리턴 System.Windows.Forms.CheckedListBox

matsValueToolStripStatusLabel 공개적으로 프로퍼티

public System.Windows.Forms.ToolStripStatusLabel matsValueToolStripStatusLabel
리턴 System.Windows.Forms.ToolStripStatusLabel

meshesValueToolStripStatusLabel 공개적으로 프로퍼티

public System.Windows.Forms.ToolStripStatusLabel meshesValueToolStripStatusLabel
리턴 System.Windows.Forms.ToolStripStatusLabel

nonuniRadioButton 공개적으로 프로퍼티

public System.Windows.Forms.RadioButton nonuniRadioButton
리턴 System.Windows.Forms.RadioButton

opacityMaxTextBox 공개적으로 프로퍼티

public MaxCustomControls.MaxTextBox opacityMaxTextBox
리턴 MaxCustomControls.MaxTextBox

reflectionMaxTextBox 공개적으로 프로퍼티

public MaxCustomControls.MaxTextBox reflectionMaxTextBox
리턴 MaxCustomControls.MaxTextBox

selfIllumMaxTextBox 공개적으로 프로퍼티

public MaxCustomControls.MaxTextBox selfIllumMaxTextBox
리턴 MaxCustomControls.MaxTextBox

skinBoneRadioButton 공개적으로 프로퍼티

public System.Windows.Forms.RadioButton skinBoneRadioButton
리턴 System.Windows.Forms.RadioButton

specularLevelMaxTextBox 공개적으로 프로퍼티

public MaxCustomControls.MaxTextBox specularLevelMaxTextBox
리턴 MaxCustomControls.MaxTextBox

specularMaxTextBox 공개적으로 프로퍼티

public MaxCustomControls.MaxTextBox specularMaxTextBox
리턴 MaxCustomControls.MaxTextBox

textureMaxTextBox 공개적으로 프로퍼티

public MaxCustomControls.MaxTextBox textureMaxTextBox
리턴 MaxCustomControls.MaxTextBox

uiUp 공개적으로 정적으로 프로퍼티

public static CuiUpdater uiUp
리턴 CuiUpdater

vertsValueToolStripStatusLabel 공개적으로 프로퍼티

public System.Windows.Forms.ToolStripStatusLabel vertsValueToolStripStatusLabel
리턴 System.Windows.Forms.ToolStripStatusLabel