docs.unity.cn
    Show / Hide Table of Contents

    Class BurstMonoInteropMethodAttribute

    Attribute that indicates that a method should have Burst to mono interop code generated.

    Inheritance
    Object
    Attribute
    BurstMonoInteropMethodAttribute
    Namespace: Unity.Entities
    Syntax
    [AttributeUsage(AttributeTargets.Method, Inherited = false, AllowMultiple = false)]
    public sealed class BurstMonoInteropMethodAttribute : Attribute, _Attribute
    Remarks

    Methods decorated with this attribute must be in a type also decorated with GenerateBurstMonoInteropAttribute.

    Constructors

    Name Description
    BurstMonoInteropMethodAttribute(Boolean) MakePublic

    Fields

    Name Description
    MakePublic

    If set, the generated method will be exposed as public. Otherwise it will have the same access modifier as the original method.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 21, 2023