Struct LostFootageHandle
- Namespace
- DefaultNamespace
- Assembly
- Assembly-CSharp.dll
public struct LostFootageHandle : IComparable<LostFootageHandle>, IEquatable<LostFootageHandle>, IPlayableVideo
- Implements
-
- Inherited Members
-
Constructors
public LostFootageHandle(int index)
Parameters
index
int
Fields
Field Value
- int
Methods
public int CompareTo(LostFootageHandle other)
Parameters
other
LostFootageHandle
Returns
- int
public bool Equals(LostFootageHandle other)
Parameters
other
LostFootageHandle
Returns
- bool
public override bool Equals(object obj)
Parameters
obj
object
Returns
- bool
public override int GetHashCode()
Returns
- int
public override string ToString()
Returns
- string
public bool TryGetVideoPath(out string path)
Parameters
path
string
Returns
- bool