Particle inherit properties

ParticleInheritProperties

2024.4.15

yisky

interface ParticleInheritProperties {
    inheritColor?: Color4;
    inheritDirection?: Vector3;
    inheritLifetime?: number;
    inheritPosition?: Vector3;
    inheritRotation?: Vector3;
    inheritSize?: Vector3;
}

Properties

inheritColor?: Color4

Inherit color

ParticleInheritProperties

inheritDirection?: Vector3

Inherit direction

ParticleInheritProperties

inheritLifetime?: number

Inherit lifetime

ParticleInheritProperties

inheritPosition?: Vector3

Inherit position

ParticleInheritProperties

inheritRotation?: Vector3

Inherit rotation

ParticleInheritProperties

inheritSize?: Vector3

Inherit size

ParticleInheritProperties