Table of Contents

Class RollbackNetcode

Namespace
Backdash
Assembly
Backdash.dll

The session builder entrypoint. used to create new netcode sessions.

public static class RollbackNetcode
Inheritance
RollbackNetcode
Inherited Members

Methods

WithInputType<T>()

Choose an Enum<T>() as INetcodeSession<TInput> input type

public static NetcodeSessionBuilder<T> WithInputType<T>() where T : unmanaged, Enum

Returns

NetcodeSessionBuilder<T>

Type Parameters

T

WithInputType<T>(Func<InputTypeSelector, InputTypeSelected<T>>)

Selector for INetcodeSession<TInput> input type

public static NetcodeSessionBuilder<T> WithInputType<T>(Func<NetcodeSessionBuilder.InputTypeSelector, NetcodeSessionBuilder.InputTypeSelected<T>> selector) where T : unmanaged

Parameters

selector Func<NetcodeSessionBuilder.InputTypeSelector, NetcodeSessionBuilder.InputTypeSelected<T>>

Returns

NetcodeSessionBuilder<T>

Type Parameters

T

See Also