docs.unity3d.com
Search Results for

    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
    Assembly: Unity.Entities.dll
    Syntax
    [AttributeUsage(AttributeTargets.Method, Inherited = false, AllowMultiple = false)]
    public sealed class BurstMonoInteropMethodAttribute : Attribute
    Remarks

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

    Constructors

    Name Description
    BurstMonoInteropMethodAttribute(bool)

    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.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)