Hilo3d API - v2.0.0-alpha.4
    Preparing search index...

    Interface ParticleRotateAroundPointModule

    Tangential motion around an authored point and axis.

    interface ParticleRotateAroundPointModule {
        angularSpeed: ParticleScalarValue;
        axis?: ParticleVector3;
        center?: ParticleVector3;
        type: "rotate-around-point";
    }
    Index
    angularSpeed: ParticleScalarValue
    type: "rotate-around-point"