Table of Contents

Class SharedUObject<TObject>

Namespace
Ceres.Graph
Assembly
cs.temp.dll.dll
public class SharedUObject<TObject> : SharedVariable<TObject>, IDisposable, IVariable<TObject>, IVariable<UObject> where TObject : UObject

Type Parameters

TObject
Inheritance
object
SharedUObject<TObject>
Implements
IDisposable
IVariable<TObject>
IVariable<UObject>
Inherited Members

Constructors

SharedUObject()

public SharedUObject()

SharedUObject(TObject)

public SharedUObject(TObject value)

Parameters

value TObject

Methods

Bind(IVariable<UObject>)

public void Bind(IVariable<UObject> other)

Parameters

other IVariable<UObject>

Bind(SharedVariable)

public override void Bind(SharedVariable other)

Parameters

other SharedVariable

CloneT()

protected override SharedVariable<TObject> CloneT()

Returns

SharedVariable<TObject>

Explicit Interface Implementations

IVariable<UObject>.Value

UObject IVariable<UObject>.Value { get; set; }

Returns

UObject