Class BurstMonoInteropMethodAttribute
Inheritance
BurstMonoInteropMethodAttribute
Syntax
[AttributeUsage(AttributeTargets.Method, Inherited = false, AllowMultiple = false)]
public sealed class BurstMonoInteropMethodAttribute : Attribute, _Attribute
Constructors
BurstMonoInteropMethodAttribute(Boolean)
Declaration
public BurstMonoInteropMethodAttribute(bool makePublic = false)
Parameters
Type |
Name |
Description |
Boolean |
makePublic |
|
Fields
MakePublic
If set, the generated method will be exposed as public. Otherwise it will have the same access modifier as
the original method.
Declaration
Field Value