Class BurstCompileAttribute
Inheritance
System.Object
System.Attribute
BurstCompileAttribute
Syntax
public class BurstCompileAttribute : Attribute, _Attribute
Constructors
BurstCompileAttribute()
Declaration
public BurstCompileAttribute()
BurstCompileAttribute(FloatPrecision, FloatMode)
Declaration
public BurstCompileAttribute(FloatPrecision floatPrecision, FloatMode floatMode)
Parameters
Properties
CompileSynchronously
Declaration
public bool CompileSynchronously { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FloatMode
Declaration
public FloatMode FloatMode { get; set; }
Property Value
FloatPrecision
Declaration
public FloatPrecision FloatPrecision { get; set; }
Property Value
Options
Declaration
public string[] Options { get; set; }
Property Value
Type |
Description |
System.String[] |
|