Table of Contents

Class FileReplayTransport

Namespace
Netick.Unity
Assembly
Netick.Unity.dll
[IgnoreCodeGen]
public class FileReplayTransport : IReplayTransport
Inheritance
FileReplayTransport
Implements
Inherited Members

Constructors

FileReplayTransport()

public FileReplayTransport()

Properties

DefaultReplaysLocation

public static string DefaultReplaysLocation { get; }

Property Value

string

Engine

public NetickEngine Engine { get; }

Property Value

NetickEngine

Sandbox

public NetworkSandbox Sandbox { get; }

Property Value

NetworkSandbox

Methods

GetLatestReplayFilePathAsync()

public static Task<string> GetLatestReplayFilePathAsync()

Returns

Task<string>

GetReplayFileInfo(string)

public static ReplayFileInfo GetReplayFileInfo(string path)

Parameters

path string

Returns

ReplayFileInfo

GetReplayFileInfoAsync(string)

public static Task<ReplayFileInfo> GetReplayFileInfoAsync(string path)

Parameters

path string

Returns

Task<ReplayFileInfo>