VisualServerParticlesSetCustomAabb Method |
Sets a custom axis-aligned bounding box for the particle system. Equivalent to VisibilityAabb.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public static void ParticlesSetCustomAabb(
RID particles,
AABB aabb
)
Parameters
- particles
- Type: GodotRID
[Missing <param name="particles"/> documentation for "M:Godot.VisualServer.ParticlesSetCustomAabb(Godot.RID,Godot.AABB)"]
- aabb
- Type: GodotAABB
[Missing <param name="aabb"/> documentation for "M:Godot.VisualServer.ParticlesSetCustomAabb(Godot.RID,Godot.AABB)"]
See Also