Search Results for

    Class GfxHelper

    Inheritance
    object
    Singleton<GfxHelper>
    GfxHelper
    Inherited Members
    Singleton<GfxHelper>.instance
    Singleton<GfxHelper>.createdInstance
    Singleton<GfxHelper>.OnInit()
    Singleton<GfxHelper>.Reset()
    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 GfxHelper : Singleton<GfxHelper>

    Constructors

    Name Description
    GfxHelper()

    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()
    SetTextureWringFolderPath(string)
    TriggerCommandBufferThreadCalback(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