RSX Code Reference
    Preparing search index...
    • rsx
    • ParticleLineShapeOptions

    Class ParticleLineShapeOptions

    Information describing a ParticleEmitterLineShape.

    Index
    • Parameters

      • Optionallength: number
      • OptionalisInternalConstructor: boolean

      Returns ParticleLineShapeOptions

    • get length(): number

      Length of the line.

      Returns number

    • set length(value: number): void

      Parameters

      • value: number

      Returns void

    • Allows modifying this object multiple times in a row in a scope, without marking the object dirty immediately. Dirty flags are accumulated and the object is marked dirty at the end.

      Parameters

      • action: () => void

        The scope where the object is modified.

      Returns void

    onDirty: Event<[dirtyFlags: EnumValue<ManagedSettingsDirtyFlag, number>]>

    Event that is triggered when a member changes.