Table of Contents

Struct LostFootageHandle

Namespace
DefaultNamespace
Assembly
Assembly-CSharp.dll
public struct LostFootageHandle : IComparable<LostFootageHandle>, IEquatable<LostFootageHandle>, IPlayableVideo
Implements
Inherited Members

Constructors

LostFootageHandle(int)

public LostFootageHandle(int index)

Parameters

index int

Fields

index

public int index

Field Value

int

Methods

CompareTo(LostFootageHandle)

public int CompareTo(LostFootageHandle other)

Parameters

other LostFootageHandle

Returns

int

Equals(LostFootageHandle)

public bool Equals(LostFootageHandle other)

Parameters

other LostFootageHandle

Returns

bool

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

ToString()

public override string ToString()

Returns

string

TryGetVideoPath(out string)

public bool TryGetVideoPath(out string path)

Parameters

path string

Returns

bool