Table of Contents

Class NetcodeSessionBuilder

Namespace
Backdash
Assembly
Backdash.dll
public sealed class NetcodeSessionBuilder
Inheritance
NetcodeSessionBuilder
Inherited Members

Constructors

NetcodeSessionBuilder()

public NetcodeSessionBuilder()

Methods

WithInputType<T>()

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

public 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 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