Class SharedUObject
Inherited Members
Namespace: Ceres.Graph
Assembly: cs.temp.dll.dll
Syntax
public class SharedUObject : SharedVariable<UObject>, IDisposable, IVariable<UObject>
Constructors
SharedUObject()
Declaration
public SharedUObject()
SharedUObject(UObject)
Declaration
public SharedUObject(UObject value)
Parameters
Type | Name | Description |
---|---|---|
UObject | value |
Fields
serializedType
Constraint UObject type
Declaration
public SerializedType<UObject> serializedType
Field Value
Type | Description |
---|---|
SerializedType<><UObject> |
Methods
CloneT()
Declaration
protected override SharedVariable<UObject> CloneT()
Returns
Type | Description |
---|---|
SharedVariable<UObject> |
Overrides
Ceres.Graph.SharedVariable<UObject>.CloneT()
GetValueType()
Declaration
public override Type GetValueType()
Returns
Type | Description |
---|---|
Type |
Overrides
Ceres.Graph.SharedVariable<UObject>.GetValueType()
Implements
IDisposable