|
BrawlCrate v0.41
Wii File Editor
|
Public Member Functions | |
| MDL0Wrapper () | |
| void | ReimportMeshes () |
| void | Preview () |
| MDL0ShaderNode | NewShader () |
| MDL0MaterialNode | NewMaterial () |
| void | AutoMetal () |
| void | NameMaterial () |
| void | NameObject () |
| void | NameVertex () |
| void | NameNormal () |
| void | NameColor () |
| void | NameUV () |
| MDL0VertexNode | NewVertex () |
| MDL0NormalNode | NewNormal () |
| MDL0ColorNode | NewColor () |
| MDL0UVNode | NewUV () |
| void | ImportMaterial () |
| void | ImportShader () |
| void | ImportVertex () |
| void | ImportNormal () |
| void | ImportColor () |
| void | ImportUV () |
| void | ImportObject () |
| void | SortMaterial () |
| void | SortVertex () |
| void | SortNormal () |
| void | SortColor () |
| void | SortUV () |
| void | SortObject () |
| void | SortTexture () |
| void | ShadowConvert () |
| void | SpyConvert () |
| void | InvertMaterials () |
| void | CullMaterials (CullMode mode) |
Public Member Functions inherited from BrawlCrate.NodeWrappers.GenericWrapper | |
| GenericWrapper (IWin32Window owner) | |
| GenericWrapper () | |
| virtual void | Sort () |
| void | MoveUp () |
| virtual void | MoveUp (bool select) |
| void | MoveDown () |
| virtual void | MoveDown (bool select) |
| void | DeleteSelected () |
| void | ExportSelected () |
| virtual string | Export () |
| virtual void | OnExport (string outPath) |
| virtual void | Replace () |
| virtual void | OnReplace (string inStream) |
| void | Restore () |
| virtual void | Delete () |
| void | Rename () |
| virtual ResourceNode | Duplicate () |
| virtual ResourceNode | Duplicate (bool changeName) |
Public Member Functions inherited from BrawlCrate.NodeWrappers.BaseWrapper | |
| void | Link (ResourceNode res) |
| void | Unlink () |
Static Protected Member Functions | |
| static void | PreviewAction (object sender, EventArgs e) |
| static void | ImportObjectAction (object sender, EventArgs e) |
| static void | RecalcBBsOption (object sender, EventArgs e) |
| static void | MetalAction (object sender, EventArgs e) |
| static void | NewShaderAction (object sender, EventArgs e) |
| static void | NewMaterialAction (object sender, EventArgs e) |
| static void | NewVertexAction (object sender, EventArgs e) |
| static void | NewNormalAction (object sender, EventArgs e) |
| static void | NewColorAction (object sender, EventArgs e) |
| static void | NewUVAction (object sender, EventArgs e) |
| static void | NameMaterialAction (object sender, EventArgs e) |
| static void | NameVertexAction (object sender, EventArgs e) |
| static void | NameNormalAction (object sender, EventArgs e) |
| static void | NameColorAction (object sender, EventArgs e) |
| static void | NameUVAction (object sender, EventArgs e) |
| static void | NameObjectAction (object sender, EventArgs e) |
| static void | ImportVertexAction (object sender, EventArgs e) |
| static void | ImportNormalAction (object sender, EventArgs e) |
| static void | ImportColorAction (object sender, EventArgs e) |
| static void | ImportUVAction (object sender, EventArgs e) |
| static void | ImportMaterialAction (object sender, EventArgs e) |
| static void | ImportShaderAction (object sender, EventArgs e) |
| static void | SortMaterialAction (object sender, EventArgs e) |
| static void | SortVertexAction (object sender, EventArgs e) |
| static void | SortNormalAction (object sender, EventArgs e) |
| static void | SortColorAction (object sender, EventArgs e) |
| static void | SortUVAction (object sender, EventArgs e) |
| static void | SortObjectAction (object sender, EventArgs e) |
| static void | SortTextureAction (object sender, EventArgs e) |
| static void | InvertMaterialsAction (object sender, EventArgs e) |
| static void | CullNoneAction (object sender, EventArgs e) |
| static void | CullOutsideAction (object sender, EventArgs e) |
| static void | CullInsideAction (object sender, EventArgs e) |
| static void | CullAllAction (object sender, EventArgs e) |
| static void | ShadowConvertAction (object sender, EventArgs e) |
| static void | SpyConvertAction (object sender, EventArgs e) |
| static void | StripAction (object sender, EventArgs e) |
Static Protected Member Functions inherited from BrawlCrate.NodeWrappers.GenericWrapper | |
| static void | MoveUpAction (object sender, EventArgs e) |
| static void | MoveDownAction (object sender, EventArgs e) |
| static void | ExportAction (object sender, EventArgs e) |
| static void | ExportSelectedAction (object sender, EventArgs e) |
| static void | DeleteSelectedAction (object sender, EventArgs e) |
| static void | DuplicateAction (object sender, EventArgs e) |
| static void | ReplaceAction (object sender, EventArgs e) |
| static void | RestoreAction (object sender, EventArgs e) |
| static void | DeleteAction (object sender, EventArgs e) |
| static void | RenameAction (object sender, EventArgs e) |
| static void | SortAction (object sender, EventArgs e) |
Static Protected Member Functions inherited from BrawlCrate.NodeWrappers.BaseWrapper | |
| static T | GetInstance< T > () |
| static IEnumerable< T > | GetInstances< T > () |
Properties | |
| override string | ExportFilter [get] |
| override string | ImportFilter [get] |
Properties inherited from BrawlCrate.NodeWrappers.GenericWrapper | |
| virtual ContextMenuStrip | MultiSelectMenuStrip [get] |
| virtual string | DefaultName [get] |
| virtual string | ExportFilter [get] |
| virtual string | ImportFilter [get] |
| virtual string | ReplaceFilter [get] |
Properties inherited from BrawlCrate.NodeWrappers.BaseWrapper | |
| ResourceNode | Resource [get] |
| virtual ? Color | DefaultBackColor [get] |
| virtual ? Color | DefaultForeColor [get] |
Properties inherited from BrawlCrate.NodeWrappers.MultiSelectableWrapper | |
| ContextMenuStrip | MultiSelectMenuStrip [get] |
Additional Inherited Members | |
Static Public Member Functions inherited from BrawlCrate.NodeWrappers.BaseWrapper | |
| static BaseWrapper[] | GetAllNodes (BaseWrapper root) |
| static BaseWrapper | Wrap (ResourceNode node) |
| static BaseWrapper | Wrap (IWin32Window owner, ResourceNode node) |
Static Public Attributes inherited from BrawlCrate.NodeWrappers.BaseWrapper | |
| static IWin32Window | _owner |
Protected Member Functions inherited from BrawlCrate.NodeWrappers.BaseWrapper | |
| BaseWrapper () | |
Protected Attributes inherited from BrawlCrate.NodeWrappers.BaseWrapper | |
| bool | _discovered |
| ResourceNode | _resource |
Static Protected Attributes inherited from BrawlCrate.NodeWrappers.BaseWrapper | |
| static readonly ContextMenuStrip | _emptyMenu = new ContextMenuStrip() |
|
inline |
|
inline |
|
inlinestaticprotected |
|
inlinestaticprotected |
|
inline |
|
inlinestaticprotected |
|
inlinestaticprotected |
|
inline |
|
inlinestaticprotected |
|
inline |
|
inlinestaticprotected |
|
inline |
|
inlinestaticprotected |
|
inline |
|
inlinestaticprotected |
|
inline |
|
inlinestaticprotected |
|
inline |
|
inlinestaticprotected |
|
inline |
|
inlinestaticprotected |
|
inline |
|
inlinestaticprotected |
|
inlinestaticprotected |
|
inline |
|
inlinestaticprotected |
|
inline |
|
inlinestaticprotected |
|
inline |
|
inlinestaticprotected |
|
inline |
|
inlinestaticprotected |
|
inline |
|
inlinestaticprotected |
|
inline |
|
inlinestaticprotected |
|
inline |
|
inlinestaticprotected |
|
inline |
|
inlinestaticprotected |
|
inline |
|
inlinestaticprotected |
|
inline |
|
inlinestaticprotected |
|
inline |
|
inlinestaticprotected |
|
inline |
|
inlinestaticprotected |
|
inline |
|
inlinestaticprotected |
|
inlinestaticprotected |
|
inline |
|
inline |
|
inlinestaticprotected |
|
inline |
|
inlinestaticprotected |
|
inline |
|
inlinestaticprotected |
|
inline |
|
inlinestaticprotected |
|
inline |
|
inlinestaticprotected |
|
inline |
|
inlinestaticprotected |
|
inline |
|
inlinestaticprotected |
|
inline |
|
inlinestaticprotected |
|
inline |
|
inlinestaticprotected |
|
inlinestaticprotected |
|
get |
|
get |