Skip to main content

Particle

Complete API reference for Particle, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: Uncategorized

Component: no


public class Particle

Constructors

SignatureDescription
Particle(Particle)Executes Particle and returns after the underlying engine call finishes.
Particle()Executes Particle and returns after the underlying engine call finishes.

Attributes

NameTypeDescription
instanceParticleRepresents the instance value stored on this instance. Read or assign to update the property.

Virtual Attributes

NameTypeAccessDescription
colorColorget/setVirtual attribute exposed by getColor. Access it like a field to read or write the underlying value.
liteTimefloatget/setVirtual attribute exposed by getLiteTime. Access it like a field to read or write the underlying value.
movementVector3get/setVirtual attribute exposed by getMovement. Access it like a field to read or write the underlying value.
positionVector3get/setVirtual attribute exposed by getPosition. Access it like a field to read or write the underlying value.
rotationfloatget/setVirtual attribute exposed by getRotation. Access it like a field to read or write the underlying value.
scalefloatget/setVirtual attribute exposed by getScale. Access it like a field to read or write the underlying value.