Edge Shape

EdgeShape

2024.3.26

yisky

Hierarchy (view full)

Constructors

Properties

radiusMode: ParticleSystemShapeMultiModeValue = ParticleSystemShapeMultiModeValue.Random

The mode used for generating particles around the radius.

EdgeShape

radiusSpeed: MinMaxCurve = ...

When using one of the animated modes, how quickly to move the emission position around the radius.

EdgeShape

radiusSpread: number = 0.0

Control the gap between emission points around the radius.

EdgeShape

Accessors

  • get radius(): number
  • Get half length of the edge.

    Returns number

    EdgeShape

  • set radius(value): void
  • Set half length of the edge.

    Parameters

    • value: number

    Returns void

    EdgeShape

Methods

  • Randomly generate position and direction.

    Parameters

    • particle: Particle

    Returns void

    EdgeShape

  • Deserialize

    Parameters

    • json: {
          [key: string]: any;
      }
      • [key: string]: any

    Returns void

    EdgeShape

  • Serialize

    Returns {
        [key: string]: any;
    }

    • [key: string]: any

    EdgeShape