Search Results for

    Show / Hide Table of Contents

    Class ModelBaseWindow<TAsset, TWindow>.UVsPropertiesProxyBase

    Inheritance
    System.Object
    ModelBaseWindow.PropertiesProxyBase<>
    ModelBaseWindow<TAsset, TWindow>.UVsPropertiesProxyBase
    Inherited Members
    ModelBaseWindow<TAsset, TWindow>.PropertiesProxyBase.OnLoad(TWindow)
    ModelBaseWindow<TAsset, TWindow>.PropertiesProxyBase.OnSave()
    Namespace: FlaxEditor.Windows.Assets
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    protected class UVsPropertiesProxyBase : ModelBaseWindow<TAsset, TWindow>.PropertiesProxyBase

    Constructors

    UVsPropertiesProxyBase()

    Declaration
    public UVsPropertiesProxyBase()

    Fields

    LOD

    Declaration
    [EditorOrder(1)]
    [EditorDisplay(null, "LOD")]
    [Limit(0F, 6F, 1F)]
    [VisibleIf("ShowUVs", false)]
    [Tooltip("Level Of Detail index to preview UVs layout.")]
    public int LOD
    Field Value
    System.Int32

    Mesh

    Declaration
    [EditorOrder(2)]
    [EditorDisplay(null, "Mesh")]
    [Limit(-1F, 1000000F, 1F)]
    [VisibleIf("ShowUVs", false)]
    [Tooltip("Mesh index to preview UVs layout. Use -1 for all meshes")]
    public int Mesh
    Field Value
    System.Int32

    Properties

    Channel

    Declaration
    [EditorOrder(0)]
    [EditorDisplay(null, "Preview UV Channel")]
    [EnumDisplay]
    [Tooltip("Set UV channel to preview.")]
    public ModelBaseWindow<TAsset, TWindow>.UVsPropertiesProxyBase.UVChannel Channel { get; set; }
    Property Value
    ModelBaseWindow.UVsPropertiesProxyBase.UVChannel<>

    Methods

    OnClean()

    Declaration
    public override void OnClean()
    Overrides
    ModelBaseWindow<TAsset, TWindow>.PropertiesProxyBase.OnClean()

    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