跳转至

Particle Appearance Billboard Component For 1.10.0

文档版本:1.21.0.24

UNDOCUMENTED.

架构

particle_appearance_billboard:
{
  array "size" : opt
  {
    0 "<any array element>"
  }
  string "facing_camera_mode" : opt
  object "direction" : opt
  {
    string "mode" : opt
    array "custom_direction" : opt
    {
      0 "<any array element>"
    }
    number "min_speed_threshold" : opt
  }
  object "uv" : opt
  {
    integer "texture_width" : opt
    integer "texture_height" : opt
    object "flipbook" : opt
    {
      array "base_UV" : opt
      {
        0 "<any array element>"
      }
      array "size_UV" : opt
      {
        0 "<any array element>"
      }
      array "step_UV" : opt
      {
        0 "<any array element>"
      }
      0 "frames_per_second"
      0 "max_frame"
      boolean "stretch_to_lifetime" : opt
      boolean "loop" : opt
    }
    array "uv" : opt
    {
      0 "<any array element>"
    }
    array "uv_size" : opt
    {
      0 "<any array element>"
    }
  }
}
sizearray
UNDOCUMENTED: size.
size
<any array element>0
UNDOCUMENTED: size.
0:
string
0:
number
facing_camera_modestring
Used to orient the billboard.
directionobject
UNDOCUMENTED
direction
modestring
Specified how to calculate the billboard direction of a particle.
custom_directionarray
The facing direction of emitted particles.
custom_direction
<any array element>0
UNDOCUMENTED.
min_speed_thresholdnumber
The direction is set if the speed of the particle is above the threshold.
uvobject
UNDOCUMENTED: uv.
uv
texture_widthinteger
UNDOCUMENTED: texture width.
texture_heightinteger
UNDOCUMENTED: texture height.
flipbookobject
UNDOCUMENTED: flipbook.
flipbook
base_UVarray
UNDOCUMENTED: base UV.
base_UV
<any array element>0
UNDOCUMENTED: base UV.
size_UVarray
UNDOCUMENTED: size UV.
size_UV
<any array element>0
UNDOCUMENTED: size UV.
step_UVarray
UNDOCUMENTED: step UV.
step_UV
<any array element>0
UNDOCUMENTED: step UV.
frames_per_second0
UNDOCUMENTED: frames per second.
max_frame0
UNDOCUMENTED: Maximum frame.
stretch_to_lifetimeboolean
UNDOCUMENTED: stretch to lifetime.
loopboolean
UNDOCUMENTED: loop.
uvarray
UNDOCUMENTED: uv.
uv
<any array element>0
UNDOCUMENTED: uv.
uv_sizearray
UNDOCUMENTED: uv size.
uv_size
<any array element>0
UNDOCUMENTED: uv size.