Interface ParticleSystemShapeHelper

Hierarchy

  • ParticleSystemShapeHelper

Properties

Properties

Box: ((box?: PBParticleSystem_Box) => undefined | {
    $case: "point";
    point: PBParticleSystem_Point;
} | {
    $case: "sphere";
    sphere: PBParticleSystem_Sphere;
} | {
    $case: "cone";
    cone: PBParticleSystem_Cone;
} | {
    $case: "box";
    box: PBParticleSystem_Box;
})

Type declaration

Cone: ((cone?: PBParticleSystem_Cone) => undefined | {
    $case: "point";
    point: PBParticleSystem_Point;
} | {
    $case: "sphere";
    sphere: PBParticleSystem_Sphere;
} | {
    $case: "cone";
    cone: PBParticleSystem_Cone;
} | {
    $case: "box";
    box: PBParticleSystem_Box;
})

Type declaration

Point: ((point?: PBParticleSystem_Point) => undefined | {
    $case: "point";
    point: PBParticleSystem_Point;
} | {
    $case: "sphere";
    sphere: PBParticleSystem_Sphere;
} | {
    $case: "cone";
    cone: PBParticleSystem_Cone;
} | {
    $case: "box";
    box: PBParticleSystem_Box;
})

Type declaration

Sphere: ((sphere?: PBParticleSystem_Sphere) => undefined | {
    $case: "point";
    point: PBParticleSystem_Point;
} | {
    $case: "sphere";
    sphere: PBParticleSystem_Sphere;
} | {
    $case: "cone";
    cone: PBParticleSystem_Cone;
} | {
    $case: "box";
    box: PBParticleSystem_Box;
})

Type declaration