GPUParticles3D
Inherits: GeometryInstance3D < VisualInstance3D < Node3D < Node < Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Methods
capture_aabb ( ) const |
|
void |
convert_from_particles ( Node particles ) |
void |
emit_particle ( Transform3D xform, Vector3 velocity, Color color, Color custom, int flags ) |
get_draw_pass_mesh ( int pass ) const |
|
void |
restart ( ) |
void |
set_draw_pass_mesh ( int pass, Mesh mesh ) |
Signals
finished ( )
There is currently no description for this signal. Please help us by contributing one!
Enumerations
enum DrawOrder:
DrawOrder DRAW_ORDER_INDEX = 0
There is currently no description for this enum. Please help us by contributing one!
DrawOrder DRAW_ORDER_LIFETIME = 1
There is currently no description for this enum. Please help us by contributing one!
DrawOrder DRAW_ORDER_REVERSE_LIFETIME = 2
There is currently no description for this enum. Please help us by contributing one!
DrawOrder DRAW_ORDER_VIEW_DEPTH = 3
There is currently no description for this enum. Please help us by contributing one!
enum EmitFlags:
EmitFlags EMIT_FLAG_POSITION = 1
There is currently no description for this enum. Please help us by contributing one!
EmitFlags EMIT_FLAG_ROTATION_SCALE = 2
There is currently no description for this enum. Please help us by contributing one!
EmitFlags EMIT_FLAG_VELOCITY = 4
There is currently no description for this enum. Please help us by contributing one!
EmitFlags EMIT_FLAG_COLOR = 8
There is currently no description for this enum. Please help us by contributing one!
EmitFlags EMIT_FLAG_CUSTOM = 16
There is currently no description for this enum. Please help us by contributing one!
enum TransformAlign:
TransformAlign TRANSFORM_ALIGN_DISABLED = 0
There is currently no description for this enum. Please help us by contributing one!
TransformAlign TRANSFORM_ALIGN_Z_BILLBOARD = 1
There is currently no description for this enum. Please help us by contributing one!
TransformAlign TRANSFORM_ALIGN_Y_TO_VELOCITY = 2
There is currently no description for this enum. Please help us by contributing one!
TransformAlign TRANSFORM_ALIGN_Z_BILLBOARD_Y_TO_VELOCITY = 3
There is currently no description for this enum. Please help us by contributing one!
Constants
MAX_DRAW_PASSES = 4
There is currently no description for this constant. Please help us by contributing one!
Property Descriptions
int amount = 8
There is currently no description for this property. Please help us by contributing one!
float amount_ratio = 1.0
There is currently no description for this property. Please help us by contributing one!
float collision_base_size = 0.01
There is currently no description for this property. Please help us by contributing one!
DrawOrder draw_order = 0
There is currently no description for this property. Please help us by contributing one!
Mesh draw_pass_1
There is currently no description for this property. Please help us by contributing one!
Mesh draw_pass_2
There is currently no description for this property. Please help us by contributing one!
Mesh draw_pass_3
There is currently no description for this property. Please help us by contributing one!
Mesh draw_pass_4
There is currently no description for this property. Please help us by contributing one!
int draw_passes = 1
There is currently no description for this property. Please help us by contributing one!
Skin draw_skin
There is currently no description for this property. Please help us by contributing one!
bool emitting = true
There is currently no description for this property. Please help us by contributing one!
float explosiveness = 0.0
There is currently no description for this property. Please help us by contributing one!
int fixed_fps = 30
There is currently no description for this property. Please help us by contributing one!
bool fract_delta = true
There is currently no description for this property. Please help us by contributing one!
float interp_to_end = 0.0
There is currently no description for this property. Please help us by contributing one!
bool interpolate = true
There is currently no description for this property. Please help us by contributing one!
float lifetime = 1.0
There is currently no description for this property. Please help us by contributing one!
bool local_coords = false
There is currently no description for this property. Please help us by contributing one!
bool one_shot = false
There is currently no description for this property. Please help us by contributing one!
float preprocess = 0.0
There is currently no description for this property. Please help us by contributing one!
Material process_material
There is currently no description for this property. Please help us by contributing one!
float randomness = 0.0
There is currently no description for this property. Please help us by contributing one!
float speed_scale = 1.0
There is currently no description for this property. Please help us by contributing one!
NodePath sub_emitter = NodePath("")
There is currently no description for this property. Please help us by contributing one!
bool trail_enabled = false
There is currently no description for this property. Please help us by contributing one!
float trail_lifetime = 0.3
There is currently no description for this property. Please help us by contributing one!
TransformAlign transform_align = 0
void set_transform_align ( TransformAlign value )
TransformAlign get_transform_align ( )
There is currently no description for this property. Please help us by contributing one!
AABB visibility_aabb = AABB(-4, -4, -4, 8, 8, 8)
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
AABB capture_aabb ( ) const
There is currently no description for this method. Please help us by contributing one!
void convert_from_particles ( Node particles )
There is currently no description for this method. Please help us by contributing one!
void emit_particle ( Transform3D xform, Vector3 velocity, Color color, Color custom, int flags )
There is currently no description for this method. Please help us by contributing one!
Mesh get_draw_pass_mesh ( int pass ) const
There is currently no description for this method. Please help us by contributing one!
void restart ( )
There is currently no description for this method. Please help us by contributing one!
void set_draw_pass_mesh ( int pass, Mesh mesh )
There is currently no description for this method. Please help us by contributing one!