5 namespace SiliconStudio.Assets.Compiler
10 [AttributeUsage(AttributeTargets.Class)]
13 private readonly
string typeName;
19 public string CompilerTypeName
21 get {
return typeName; }
30 typeName = type.AssemblyQualifiedName;
39 this.typeName = typeName;
CompilerAttribute(string typeName)
Initializes a new instance of the CompilerAttribute class.
CompilerAttribute(Type type)
Initializes a new instance of the CompilerAttribute class.
Attribute to define for a IAssetCompiler for a Asset.