Base class for all particle shapes

Shape

2024.3.8

yisky

Hierarchy (view full)

Constructors

Methods

Constructors

Methods

  • Deserialize

    Parameters

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

    Returns void

    Shape

  • Serialize

    Returns {
        [key: string]: any;
    }

    • [key: string]: any

    Shape