Search Results for

    Class GfxHelperEditorHandler

    Inheritance
    object
    GfxHelperEditorHandler
    Implements
    IGfxHelperHandler
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: YVR.Utilities
    Assembly: YVR.Utilities.Runtime.dll
    Syntax
    public class GfxHelperEditorHandler : IGfxHelperHandler

    Methods

    Name Description
    CopyAndroidTexture(int, int, IntPtr)
    CopyAndroidTexture(int, int, float, bool, Rect, Rect, IntPtr)
    CopyAndroidTextureWithAlpha(int, int, float, bool, IntPtr)
    CopyTexture(int, int)
    CopyTexture(int, int, float, Rect, Rect)
    CopyTextureRect(int, int, bool, Rect)
    CopyTextureWithAlpha(int, int, float)
    CopyToTextureArray(int, int, int)
    CopyToTextureArrayMultiview(int, int, Matrix4x4[])
    GetTextureWritingFolderPath()
    SetGfxThreadCallback()
    SetTextureWritingFolderPath(string)
    TriggerCommandBufferCallback(CommandBuffer, Action)
    TriggerGfxThreadCallback(Action)
    WriteAndroidTexture(int, int, int, IntPtr, string)
    WriteTexture(int, string)

    Extension Methods

    ObjectExtensions.GetEnumerableElementType(object)
    ObjectExtensions.IsGenericEnumerable(object)
    ObjectExtensions.ReflectEquals(object, object)
    ObjectExtensions.ReflectionSequenceEqual(object, object)
    ObjectExtensions.TryGetFieldValue<T>(object, string, out T, BindingFlags)
    ObjectExtensions.TryGetPropertyValue<T>(object, string, out T, BindingFlags)
    ObjectExtensions.TrySetFieldValue<T>(object, string, T, BindingFlags)
    ObjectExtensions.TrySetPropertyValue<T>(object, string, T, BindingFlags)
    SystemObjectExtensions.As<T>(object)
    YVRLog.Debug(object, string)
    YVRLog.Error(object, string)
    YVRLog.Info(object, string)
    YVRLog.Warn(object, string)
    In This Article