Class ModelBaseWindow<TAsset, TWindow>.UVsLayoutPreviewControl
Inheritance
System.Object
ModelBaseWindow<TAsset, TWindow>.UVsLayoutPreviewControl
Implements
System.IComparable
Namespace: FlaxEditor.Windows.Assets
Assembly: FlaxEngine.CSharp.dll
Syntax
protected sealed class UVsLayoutPreviewControl : RenderToTextureControl, IComparable, IDrawable
Constructors
UVsLayoutPreviewControl()
Declaration
public UVsLayoutPreviewControl()
Fields
Window
Declaration
public ModelBaseWindow<TAsset, TWindow> Window
Field Value
ModelBaseWindow<TAsset, TWindow>
|
Properties
Channel
Declaration
public int Channel { set; }
Property Value
System.Int32
|
HighlightIndex
Declaration
public int HighlightIndex { set; }
Property Value
System.Int32
|
IsolateIndex
Declaration
public int IsolateIndex { set; }
Property Value
System.Int32
|
LOD
Declaration
public int LOD { set; }
Property Value
System.Int32
|
Mesh
Declaration
public int Mesh { set; }
Property Value
System.Int32
|
Methods
DrawSelf()
Draws the control.
Declaration
public override void DrawSelf()
Overrides
OnSizeChanged()
Declaration
protected override void OnSizeChanged()