Search Results for

    Show / Hide Table of Contents

    Class SharedUObject

    Inheritance
    object
    SharedVariable
    SharedVariable<Object>
    SharedUObject
    Implements
    System.ICloneable
    System.IDisposable
    IVariable<Object>
    Inherited Members
    SharedVariable<Object>.Value
    SharedVariable<Object>.GetValue()
    SharedVariable<Object>.SetValue(object)
    SharedVariable<Object>.Getter
    SharedVariable<Object>.Setter
    SharedVariable<Object>.Bind(IVariable<Object>)
    SharedVariable<Object>.Bind(SharedVariable)
    SharedVariable<Object>.Dispose()
    SharedVariable<Object>.value
    SharedVariable<Object>.Observe()
    SharedVariable<Object>.ObserveT()
    SharedVariable<Object>.Clone()
    SharedVariable<Object>.CopyProperty(SharedVariable)
    SharedVariable.IsShared
    SharedVariable.IsGlobal
    SharedVariable.IsExposed
    SharedVariable.Name
    SharedVariable.ICloneable.Clone()
    SharedVariable.GetSerializedData()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Ceres.Graph
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public class SharedUObject : SharedVariable<Object>, ICloneable, IDisposable, IVariable<Object>

    Constructors

    SharedUObject()

    Declaration
    public SharedUObject()

    SharedUObject(Object)

    Declaration
    public SharedUObject(Object value)
    Parameters
    Type Name Description
    Object value

    Fields

    serializedType

    Constraint UObject type

    Declaration
    public SerializedType<Object> serializedType
    Field Value
    Type Description
    SerializedType<><Object>

    Methods

    CloneT()

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

    GetValueType()

    Declaration
    public override Type GetValueType()
    Returns
    Type Description
    System.Type
    Overrides
    Ceres.Graph.SharedVariable<UnityEngine.Object>.GetValueType()

    Implements

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