Class LongSyncVar
Implements features specific for a typed SyncVar.
Inheritance
System.Object
FishNet.Object.Synchronizing.Internal.SyncBase
FishNet.Object.Synchronizing.SyncVar<System.Int64>
LongSyncVar
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 LongSyncVar : SyncVar<long>, ISyncVar, ICustomSync
Methods
GetSerializedType()
Declaration
public object GetSerializedType()
Returns
Type | Description |
---|---|
System.Object |
Interpolate(Int64, Int64, Single)
Declaration
protected override long Interpolate(long previous, long current, float percent)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | previous | |
System.Int64 | current | |
System.Single | percent |
Returns
Type | Description |
---|---|
System.Int64 |
Overrides
FishNet.Object.Synchronizing.SyncVar<System.Int64>.Interpolate(System.Int64, System.Int64, System.Single)