Search Results for

    Show / Hide Table of Contents

    Class SharedBool

    Inheritance
    object
    SharedVariable
    SharedVariable<bool>
    SharedBool
    Implements
    IDisposable
    IVariable<bool>
    Inherited Members
    SharedVariable<bool>.Value
    SharedVariable<bool>.GetValue()
    SharedVariable<bool>.SetValue(object)
    SharedVariable<bool>.Getter
    SharedVariable<bool>.Setter
    SharedVariable<bool>.Bind(IVariable<bool>)
    SharedVariable<bool>.Bind(SharedVariable)
    SharedVariable<bool>.Dispose()
    SharedVariable<bool>.value
    SharedVariable<bool>.Observe()
    SharedVariable<bool>.ObserveT()
    SharedVariable<bool>.Clone()
    SharedVariable<bool>.CopyProperty(SharedVariable)
    SharedVariable<bool>.GetValueType()
    SharedVariable.IsShared
    SharedVariable.IsGlobal
    SharedVariable.IsExposed
    SharedVariable.Name
    SharedVariable.GetSerializedData()
    Namespace: Ceres.Graph
    Assembly: cs.temp.dll.dll
    Syntax
    public class SharedBool : SharedVariable<bool>, IDisposable, IVariable<bool>

    Constructors

    SharedBool()

    Declaration
    public SharedBool()

    SharedBool(bool)

    Declaration
    public SharedBool(bool value)
    Parameters
    Type Name Description
    bool value

    Methods

    CloneT()

    Declaration
    protected override SharedVariable<bool> CloneT()
    Returns
    Type Description
    SharedVariable<bool>
    Overrides
    Ceres.Graph.SharedVariable<bool>.CloneT()

    Implements

    IDisposable
    IVariable<T>
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX