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. |