Enfusion Script API
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
BatchTextureProcessorPlugin Interface Reference
Inheritance diagram for BatchTextureProcessorPlugin:
[legend]

Public Member Functions

void BatchTextureProcessorPlugin ()
 
bool OK ()
 
bool Cancel ()
 
bool TestAgainstFilter (string resource)
 
void Find (ResourceName resName, string filePath)
 
override void Run ()
 
void ReportIssue (inout int reportCount, string resource, string issue)
 
- Public Member Functions inherited from WorkbenchPlugin
void Run ()
 
void RunCommandline ()
 
void Configure ()
 
void OnResourceContextMenu (notnull array< ResourceName > resources)
 
- 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)
 

Public Attributes

string PathStartsWith
 
string PathContains
 
string PathEndsWith
 
bool ReportUnrecognizedPostfix
 
bool ReportMissingMetaFile
 
bool ReportMissingConfigurations
 
bool ReportWrongResourceClass
 
bool ReportWrongPropertyValues
 
int MaxReportCount
 
bool FixProperties
 
bool FixMetaFile
 
int MaxFixCount
 
ref array< ref TextureTypem_TextureTypes = new array<ref TextureType>
 
ref array< stringm_Resources = new array<string>
 

Constructor & Destructor Documentation

◆ BatchTextureProcessorPlugin()

void BatchTextureProcessorPlugin.BatchTextureProcessorPlugin ( )

Member Function Documentation

◆ Cancel()

bool BatchTextureProcessorPlugin.Cancel ( )

◆ Find()

void BatchTextureProcessorPlugin.Find ( ResourceName  resName,
string  filePath 
)

◆ OK()

bool BatchTextureProcessorPlugin.OK ( )

◆ ReportIssue()

void BatchTextureProcessorPlugin.ReportIssue ( inout int  reportCount,
string  resource,
string  issue 
)

◆ Run()

override void BatchTextureProcessorPlugin.Run ( )

Implements WorkbenchPlugin.

◆ TestAgainstFilter()

bool BatchTextureProcessorPlugin.TestAgainstFilter ( string  resource)

Member Data Documentation

◆ FixMetaFile

bool BatchTextureProcessorPlugin.FixMetaFile

◆ FixProperties

bool BatchTextureProcessorPlugin.FixProperties

◆ m_Resources

ref array<string> BatchTextureProcessorPlugin.m_Resources = new array<string>

◆ m_TextureTypes

ref array<ref TextureType> BatchTextureProcessorPlugin.m_TextureTypes = new array<ref TextureType>

◆ MaxFixCount

int BatchTextureProcessorPlugin.MaxFixCount

◆ MaxReportCount

int BatchTextureProcessorPlugin.MaxReportCount

◆ PathContains

string BatchTextureProcessorPlugin.PathContains

◆ PathEndsWith

string BatchTextureProcessorPlugin.PathEndsWith

◆ PathStartsWith

string BatchTextureProcessorPlugin.PathStartsWith

◆ ReportMissingConfigurations

bool BatchTextureProcessorPlugin.ReportMissingConfigurations

◆ ReportMissingMetaFile

bool BatchTextureProcessorPlugin.ReportMissingMetaFile

◆ ReportUnrecognizedPostfix

bool BatchTextureProcessorPlugin.ReportUnrecognizedPostfix

◆ ReportWrongPropertyValues

bool BatchTextureProcessorPlugin.ReportWrongPropertyValues

◆ ReportWrongResourceClass

bool BatchTextureProcessorPlugin.ReportWrongResourceClass

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