Space Engineers
|
Public Member Functions | |
sealed override void | Write (ref float value, BitStream s) |
sealed override void | Read (out float value, BitStream s) |
Public Member Functions inherited from VRage.Network.MySyncedBase< float > | |
abstract void | Write (ref T value, BitStream s) |
abstract void | Read (out T value, BitStream s) |
MySyncedDataStateEnum | GetDataState (int clientIndex) |
bool | IsDefault () |
void | SetParent (MySyncedClass parent) |
void | ResetPending (int clientIndex) |
void | Invalidate () |
T | Get () |
void | Set (T value) |
override string | ToString () |
override int | GetHashCode () |
virtual void | Serialize (BitStream bs, int clientIndex) |
virtual void | Deserialize (BitStream bs) |
virtual void | SerializeDefault (BitStream bs, int clientIndex=-1) |
virtual void | DeserializeDefault (BitStream bs) |
virtual bool | Equals (T other) |
Additional Inherited Members | |
Static Public Member Functions inherited from VRage.Network.MySyncedBase< float > | |
static implicit | operator T (MySyncedBase< T > self) |
Protected Attributes inherited from VRage.Network.MySyncedBase< float > | |
MySyncedDataStateEnum[] | m_dirty |
T | m_value |
Definition at line 4 of file MySyncedFloat.cs.
|
inline |
Definition at line 11 of file MySyncedFloat.cs.
|
inline |
Definition at line 6 of file MySyncedFloat.cs.