Class GenerateBurstMonoInteropAttribute
Inheritance
GenerateBurstMonoInteropAttribute
Syntax
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct, Inherited = false, AllowMultiple = false)]
public sealed class GenerateBurstMonoInteropAttribute : Attribute, _Attribute
Constructors
GenerateBurstMonoInteropAttribute(String)
Declaration
public GenerateBurstMonoInteropAttribute(string assetName)
Parameters
Type |
Name |
Description |
String |
assetName |
|
Properties
AssetName
Declaration
public string AssetName { get; }
Property Value