Class SyncSpanSerializable<T>
Inheritance
SyncSpanSerializable<T>
Assembly: LiteEntitySystem.dll
Syntax
public class SyncSpanSerializable<T> : SyncableField, ISyncFieldChanged where T : ISpanSerializable
Type Parameters
Constructors
SyncSpanSerializable(Func<T>)
Declaration
public SyncSpanSerializable(Func<T> constructor)
Parameters
Type |
Name |
Description |
Func<T> |
constructor |
|
Properties
Value
Declaration
public T Value { get; set; }
Property Value
Methods
OnSyncRequested()
Declaration
protected override void OnSyncRequested()
Overrides
RegisterRPC(ref SyncableRPCRegistrator)
Declaration
protected override void RegisterRPC(ref SyncableRPCRegistrator r)
Parameters
Overrides
Events
ValueChanged
Declaration
public event Action ValueChanged
Event Type
Operators
implicit operator T(SyncSpanSerializable<T>)
Declaration
public static implicit operator T(SyncSpanSerializable<T> field)
Parameters
Returns
Implements