Tile - YParticle - Add Worn Particle – Ylands
Jump to navigation
Jump to search
Add Worn Particle(Entity, Particle template, Id, Bone, Offset, Rotation)
static addWornAbsolutePosition(entity: YEntity, template: YParticleEffectTemplate, id: string, bone: YAnimationBone, offset: YVector3, rotation: YVector3): void;
Parameters
entity
template
id
bone
offset
rotation
Availability
Description
Add* a worn particle effect from a template to the target entity's animation bone at the given offset position and a rotation.
Notes
- Set the string ID for the reference by other tiles.
Add Worn Particle(Entity, Particle template, Id)
static addWornLineAutoscale(entity: YEntity, template: YParticleEffectTemplate, id: string): void;
Parameters
entity
template
id
Availability
Description
Add* a worn particle effect from a template to the target entity. Line of the effect scales automatically.
Add Worn Particle(Entity, Particle template, Id, Bone)
static addWornVolumeAutoscale(entity: YEntity, template: YParticleEffectTemplate, id: string, bone: YAnimationBone): void;
Parameters
entity
template
id
bone
Availability
Description
Add* a worn particle effect from a template to the target entity's animation bone. Volume of the effect scales automatically.