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