Search Results for

    Show / Hide Table of Contents

    Struct VideoTextureAsset

    Implements
    IVideoAsset
    IUnityObjectSource
    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Glitch9.IO
    Assembly: Glitch9.IO.dll
    Syntax
    public readonly struct VideoTextureAsset : IVideoAsset, IUnityObjectSource

    Constructors

    | Edit this page View Source

    VideoTextureAsset(VideoTexture, string)

    Declaration
    public VideoTextureAsset(VideoTexture value, string path)
    Parameters
    Type Name Description
    VideoTexture value
    string path
    | Edit this page View Source

    VideoTextureAsset(string, int, int, int, RenderTextureFormat, int)

    Declaration
    public VideoTextureAsset(string path, int width = 512, int height = 512, int depth = 0, RenderTextureFormat fmt = RenderTextureFormat.ARGB32, int aa = 1)
    Parameters
    Type Name Description
    string path
    int width
    int height
    int depth
    RenderTextureFormat fmt
    int aa

    Properties

    | Edit this page View Source

    Height

    Declaration
    public float Height { get; }
    Property Value
    Type Description
    float
    | Edit this page View Source

    Path

    Declaration
    public string Path { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Value

    Declaration
    public VideoTexture Value { get; }
    Property Value
    Type Description
    VideoTexture
    | Edit this page View Source

    Width

    Declaration
    public float Width { get; }
    Property Value
    Type Description
    float

    Implements

    IVideoAsset
    IUnityObjectSource

    Extension Methods

    IOExtensions.ToVideoTexture(IVideoAsset)
    IOExtensions.ToVideoTextureAsync(IVideoAsset)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetHashCodeOrDefault<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation