Class BurstMonoInteropMethodAttribute | Entities | 0.13.0-preview.24
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

    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
    public bool MakePublic
    Field Value
    Type Description
    Boolean
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Friday, July 24, 2020