Class SharedUObject
Inherited Members
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