Class SharedVector3Int
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 SharedVector3Int : SharedVariable<Vector3Int>, ICloneable, IDisposable, IVariable<Vector3Int>
Constructors
SharedVector3Int()
Declaration
public SharedVector3Int()
SharedVector3Int(Vector3Int)
Declaration
public SharedVector3Int(Vector3Int value)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector3Int | value |
Methods
CloneT()
Declaration
protected override SharedVariable<Vector3Int> CloneT()
Returns
| Type | Description |
|---|---|
| SharedVariable<Vector3Int> |
Overrides
Ceres.Graph.SharedVariable<Vector3Int>.CloneT()
Implements
System.ICloneable
System.IDisposable