Class SerializedVideoContent
Inheritance
object
SerializedVideoContent
Assembly: .dll
Syntax
[Serializable]
public class SerializedVideoContent : SerializedContent<UniVideoFile>, ISerializedContent
Constructors
SerializedVideoContent(UniVideoFile)
Declaration
public SerializedVideoContent(UniVideoFile videoFile)
Parameters
Type |
Name |
Description |
UniVideoFile |
videoFile |
|
Operators
implicit operator UniVideoFile(SerializedVideoContent)
Declaration
public static implicit operator UniVideoFile(SerializedVideoContent value)
Parameters
Returns
Type |
Description |
UniVideoFile |
|
implicit operator SerializedVideoContent(UniVideoFile)
Declaration
public static implicit operator SerializedVideoContent(UniVideoFile value)
Parameters
Type |
Name |
Description |
UniVideoFile |
value |
|
Returns
Implements