"effectType"

Defines the effect type for the AttentionEffect EWO.

Synopsis

shape.effectType(string type);

Parameter

Parameter Description
shape Name of the object
type

Available effect types:

  • WaterDrop

  • Sphere

  • Flashlight

  • RotatingRect

Description

Defines the effect type for the AttentionEffect EWO.

Example

main()
{
  AttentionEffect_ewo1.effectType("WaterDrop");
}

Assignment

AttentionEffect EWO