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