Enfusion Script API
Loading...
Searching...
No Matches
ValidateFBXPlugin Interface Reference
Inheritance diagram for ValidateFBXPlugin:
WorkbenchPlugin Managed

Public Member Functions

override void OnResourceContextMenu (notnull array< ResourceName > resources)
 
override void Run ()
 
bool OK ()
 
bool Cancel ()
 
- Public Member Functions inherited from WorkbenchPlugin
void RunCommandline ()
 
void Configure ()
 
- Public Member Functions inherited from Managed
proto external ref Managed Clone ()
 Return shallow copy of object, or null if it is not allowed (not public constructor)
 

Static Public Member Functions

static ref ParamEnumArray GetAssetTypes ()
 
static void FillAssetTypes ()
 

Public Attributes

int Type
 
string log_file_folder_path
 

Static Public Attributes

static ref array< stringallFbxs = new array<string>
 

Static Protected Attributes

static const ref ParamEnum DEFAULT_ENUM = new ParamEnum("GENERIC", "0")
 
static ref ParamEnumArray s_AssetTypes = {DEFAULT_ENUM}
 

Member Function Documentation

◆ Cancel()

bool ValidateFBXPlugin.Cancel ( )

◆ FillAssetTypes()

static void ValidateFBXPlugin.FillAssetTypes ( )
static

◆ GetAssetTypes()

static ref ParamEnumArray ValidateFBXPlugin.GetAssetTypes ( )
static

◆ OK()

bool ValidateFBXPlugin.OK ( )

◆ OnResourceContextMenu()

override void ValidateFBXPlugin.OnResourceContextMenu ( notnull array< ResourceName > resources)

Implements WorkbenchPlugin.

◆ Run()

override void ValidateFBXPlugin.Run ( )

Implements WorkbenchPlugin.

Member Data Documentation

◆ allFbxs

ref array<string> ValidateFBXPlugin.allFbxs = new array<string>
static

◆ DEFAULT_ENUM

const ref ParamEnum ValidateFBXPlugin.DEFAULT_ENUM = new ParamEnum("GENERIC", "0")
staticprotected

◆ log_file_folder_path

string ValidateFBXPlugin.log_file_folder_path

◆ s_AssetTypes

ref ParamEnumArray ValidateFBXPlugin.s_AssetTypes = {DEFAULT_ENUM}
staticprotected

◆ Type

int ValidateFBXPlugin.Type

The documentation for this interface was generated from the following file: