Class OperatorGenerationUtility | Bolt Visual Scripting | 1.4.12
docs.unity3d.com
    Show / Hide Table of Contents

    Class OperatorGenerationUtility

    Inheritance
    Object
    OperatorGenerationUtility
    Namespace: Ludiq.Bolt
    Syntax
    public static class OperatorGenerationUtility

    Fields

    binaryOperatorToCode

    Declaration
    public static readonly Dictionary<BinaryOperator, CodeBinaryOperatorType> binaryOperatorToCode
    Field Value
    Type Description
    Dictionary<BinaryOperator, CodeBinaryOperatorType>

    unaryOperatorToCode

    Declaration
    public static readonly Dictionary<UnaryOperator, CodeUnaryOperatorType> unaryOperatorToCode
    Field Value
    Type Description
    Dictionary<UnaryOperator, CodeUnaryOperatorType>
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX