Search Results for

    Show / Hide Table of Contents

    Class TextureWindow.PropertiesProxyBase

    Properties base class.

    Inheritance
    System.Object
    TextureWindow.PropertiesProxyBase
    Namespace: FlaxEditor.Windows.Assets
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public class PropertiesProxyBase : Object

    Constructors

    PropertiesProxyBase()

    Declaration
    public PropertiesProxyBase()

    Methods

    OnClean()

    Clears temporary data.

    Declaration
    public void OnClean()

    OnLoad(TextureWindow)

    Gathers parameters from the specified texture.

    Declaration
    public virtual void OnLoad(TextureWindow window)
    Parameters
    TextureWindow window

    The asset window.

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.DeepClone<T>(T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat