Search Results for

    Show / Hide Table of Contents

    Class FoliageScalingModes

    The foliage instances scaling modes.

    Inheritance
    System.Object
    FoliageScalingModes
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class FoliageScalingModes : Enum

    Fields

    Free

    The free scaling. Each axis can have custom scale.

    Declaration
    public const FoliageScalingModes Free
    Field Value
    FoliageScalingModes

    LockXY

    The lock XY plane axis. Axes X and Y are constrained to-gather and axis Z is free.

    Declaration
    public const FoliageScalingModes LockXY
    Field Value
    FoliageScalingModes

    LockXZ

    The lock XZ plane axis. Axes X and Z are constrained to-gather and axis Y is free.

    Declaration
    public const FoliageScalingModes LockXZ
    Field Value
    FoliageScalingModes

    LockYZ

    The lock YZ plane axis. Axes Y and Z are constrained to-gather and axis X is free.

    Declaration
    public const FoliageScalingModes LockYZ
    Field Value
    FoliageScalingModes

    Uniform

    The uniform scaling. All axes are scaled the same.

    Declaration
    public const FoliageScalingModes Uniform
    Field Value
    FoliageScalingModes

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    Extension Methods

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