Small World Engine API Reference - v0.46.1
    Preparing search index...

    Class PostProcessingGroup

    A logical grouping of post-processing elements. Currently acts as a "Global Volume", applying its elements to the entire scene. In the future, this can be extended into a spatial BoundingVolume for local overrides.

    Index

    Constructors

    Properties

    enabled: boolean = false

    If false, the entire post-processing group is bypassed.

    filterMode: number = 0

    The active shader filter mode (e.g. 0 = clean, 1 = nightvision, 2 = noir, 3 = cyber, 4 = vhs, 5 = underworld).

    isGlobal: boolean = true

    Currently always true (Global Volume).

    Methods