![]() |
Paradox Game Engine
v1.0.0 beta06
|
Attribute to define for a IAssetCompiler for a Asset. More...
Protected Member Functions | |
CompilerAttribute (Type type) | |
Initializes a new instance of the CompilerAttribute class. More... | |
CompilerAttribute (string typeName) | |
Initializes a new instance of the CompilerAttribute class. More... | |
Properties | |
string | CompilerTypeName [get] |
Gets the name of the CompilerAttribute type More... | |
Attribute to define for a IAssetCompiler for a Asset.
Definition at line 11 of file CompilerAttribute.cs.
|
protected |
Initializes a new instance of the CompilerAttribute class.
type | The type must be of type IAssetCompiler. |
Definition at line 28 of file CompilerAttribute.cs.
|
protected |
Initializes a new instance of the CompilerAttribute class.
typeName | The type must be of type IAssetCompiler. |
Definition at line 37 of file CompilerAttribute.cs.
|
get |
Gets the name of the CompilerAttribute type
The name of the serializable type.
Definition at line 20 of file CompilerAttribute.cs.