Table of Contents

Class SharedUObject

Namespace
Ceres.Graph
Assembly
Ceres.Graph.dll
[FormerlySerializedType("Ceres.SharedUObject, Ceres")]
public class SharedUObject : SharedVariable<Object>, ICloneable, IDisposable, IVariable<Object>
Inheritance
SharedUObject
Implements
Inherited Members
Extension Methods

Constructors

SharedUObject()

public SharedUObject()

SharedUObject(Object)

public SharedUObject(Object value)

Parameters

value Object

Fields

serializedType

Constraint UObject type

public SerializedType<Object> serializedType

Field Value

SerializedType<Object>

Methods

CloneT()

protected override SharedVariable<Object> CloneT()

Returns

SharedVariable<Object>

GetValueType()

public override Type GetValueType()

Returns

Type