docs.unity.cn
    Show / Hide Table of Contents

    Class Constant

    Compile-time queries intrinsics.

    Inheritance
    Object
    Constant
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.Burst.CompilerServices
    Syntax
    public static class Constant

    Methods

    Name Description
    IsConstantExpression(Void*)

    Performs a compile-time check on whether the provided argument is known to be constant by Burst.

    IsConstantExpression<T>(T)

    Performs a compile-time check on whether the provided argument is known to be constant by Burst.

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