docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct BlittableBool

    Plain struct that wraps a boolean value into a DOTS compatible data type.

    Namespace: Unity.Kinematica
    Assembly: solution.dll
    Syntax
    public struct BlittableBool

    Constructors

    Name Description
    BlittableBool(bool)

    Constructs a blittable bool from a boolean value.

    Operators

    Name Description
    implicit operator BlittableBool(bool)

    Implicit cast operator that allows to convert a bool into a blittable bool.

    implicit operator bool(BlittableBool)

    Implicit cast operator that allows to convert a blittable bool into a bool.

    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)