Class RequiresUnityAPIAttribute
Inheritance
RequiresUnityAPIAttribute
Syntax
[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Module | AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum | AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Event | AttributeTargets.Interface | AttributeTargets.Parameter | AttributeTargets.Delegate | AttributeTargets.ReturnValue | AttributeTargets.GenericParameter | AttributeTargets.All, AllowMultiple = false, Inherited = true)]
public sealed class RequiresUnityAPIAttribute : Attribute, _Attribute
Constructors
RequiresUnityAPIAttribute()
Declaration
public RequiresUnityAPIAttribute()
Extension Methods