VisualServerInstanceSetCustomAabb Method |
Sets a custom AABB to use when culling objects from the view frustum. Equivalent to SetCustomAabb(AABB).
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public static void InstanceSetCustomAabb(
RID instance,
AABB aabb
)
Parameters
- instance
- Type: GodotRID
[Missing <param name="instance"/> documentation for "M:Godot.VisualServer.InstanceSetCustomAabb(Godot.RID,Godot.AABB)"]
- aabb
- Type: GodotAABB
[Missing <param name="aabb"/> documentation for "M:Godot.VisualServer.InstanceSetCustomAabb(Godot.RID,Godot.AABB)"]
See Also