Class Vector2IntSyncVar
Implements features specific for a typed SyncVar.
Inheritance
System.Object
FishNet.Object.Synchronizing.Internal.SyncBase
FishNet.Object.Synchronizing.SyncVar<UnityEngine.Vector2Int>
Vector2IntSyncVar
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FishNet.Object.Synchronizing
Assembly: FishNet.Runtime.dll
Syntax
[Serializable]
public class Vector2IntSyncVar : SyncVar<Vector2Int>, ISyncVar, ICustomSync
Methods
GetSerializedType()
Declaration
public object GetSerializedType()
Returns
Type | Description |
---|---|
System.Object |
Interpolate(Vector2Int, Vector2Int, Single)
Declaration
protected override Vector2Int Interpolate(Vector2Int previous, Vector2Int current, float percent)
Parameters
Type | Name | Description |
---|---|---|
UnityEngine.Vector2Int | previous | |
UnityEngine.Vector2Int | current | |
System.Single | percent |
Returns
Type | Description |
---|---|
UnityEngine.Vector2Int |
Overrides
FishNet.Object.Synchronizing.SyncVar<UnityEngine.Vector2Int>.Interpolate(UnityEngine.Vector2Int, UnityEngine.Vector2Int, System.Single)