docs.unity.cn
    Show / Hide Table of Contents

    Class BurstMonoInteropMethodAttribute

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

    Constructors

    Name Description
    BurstMonoInteropMethodAttribute(Boolean)

    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 © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, July 6, 2022
    Terms of use