Strata - v1.4.10
    Preparing search index...

    Interface FurOptions

    interface FurOptions {
        baseColor?: ColorRepresentation;
        gravityDroop?: number;
        layerCount?: number;
        spacing?: number;
        tipColor?: ColorRepresentation;
        windStrength?: number;
    }
    Index

    Properties

    baseColor?: ColorRepresentation
    gravityDroop?: number
    layerCount?: number
    spacing?: number
    tipColor?: ColorRepresentation
    windStrength?: number