Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.Assets.Compiler.CompilerAttribute Class Reference

Attribute to define for a IAssetCompiler for a Asset. More...

Inheritance diagram for SiliconStudio.Assets.Compiler.CompilerAttribute:
Attribute SiliconStudio.Assets.Compiler.AssetCompilerAttribute SiliconStudio.Assets.Compiler.ThumbnailCompilerAttribute

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...
 

Detailed Description

Attribute to define for a IAssetCompiler for a Asset.

Definition at line 11 of file CompilerAttribute.cs.

Constructor & Destructor Documentation

SiliconStudio.Assets.Compiler.CompilerAttribute.CompilerAttribute ( Type  type)
protected

Initializes a new instance of the CompilerAttribute class.

Parameters
typeThe type must be of type IAssetCompiler.

Definition at line 28 of file CompilerAttribute.cs.

SiliconStudio.Assets.Compiler.CompilerAttribute.CompilerAttribute ( string  typeName)
protected

Initializes a new instance of the CompilerAttribute class.

Parameters
typeNameThe type must be of type IAssetCompiler.

Definition at line 37 of file CompilerAttribute.cs.

Property Documentation

string SiliconStudio.Assets.Compiler.CompilerAttribute.CompilerTypeName
get

Gets the name of the CompilerAttribute type

The name of the serializable type.

Definition at line 20 of file CompilerAttribute.cs.


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