Class InternalBaseClass
Inheritance
InternalBaseClass
Assembly: LiteEntitySystem.dll
Syntax
public abstract class InternalBaseClass
Methods
ExecuteRPC(in RemoteCall)
Declaration
protected void ExecuteRPC(in RemoteCall rpc)
Parameters
ExecuteRPC<T>(in RemoteCallSerializable<T>, T)
Declaration
protected void ExecuteRPC<T>(in RemoteCallSerializable<T> rpc, T value) where T : struct, ISpanSerializable
Parameters
Type Parameters
ExecuteRPC<T>(in RemoteCallSpan<T>, ReadOnlySpan<T>)
Declaration
protected void ExecuteRPC<T>(in RemoteCallSpan<T> rpc, ReadOnlySpan<T> value) where T : unmanaged
Parameters
Type Parameters
ExecuteRPC<T>(in RemoteCall<T>, T)
Declaration
protected void ExecuteRPC<T>(in RemoteCall<T> rpc, T value) where T : unmanaged
Parameters
Type Parameters
OnSyncRequested()
Declaration
protected virtual void OnSyncRequested()