UnitySourceGeneratorAttribute Class
- Namespace
- SatorImaging.UnitySourceGenerator
[AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = true)]
public sealed class UnitySourceGeneratorAttribute : Attribute
Implement the following methods on generator class.
- static string OutputFileName()
- static bool Emit(USGContext, StringBuilder)
- Inheritance
-
UnitySourceGeneratorAttribute