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