Class SkinnedModelPreview
Animation asset preview editor viewport.
Inheritance
System.Object
FlaxEngine.GUI.RenderOutputControl
SkinnedModelPreview
Implements
System.IComparable
Namespace: FlaxEditor.Viewport.Previews
Assembly: FlaxEngine.CSharp.dll
Syntax
public class SkinnedModelPreview : AnimatedModelPreview, IComparable, IDrawable, IEditorPrimitivesOwner
Constructors
SkinnedModelPreview(Boolean)
Initializes a new instance of the SkinnedModelPreview class.
Declaration
public SkinnedModelPreview(bool useWidgets)
Parameters
System.Boolean
useWidgets
if set to |
Properties
ShowCurrentLOD
Gets or sets a value that shows LOD statistics
Declaration
public bool ShowCurrentLOD { get; set; }
Property Value
System.Boolean
|