Click or drag to resize

WorldDirectSpaceState Property

Direct access to the world's physics 3D space state. Used for querying current and potential collisions.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public PhysicsDirectSpaceState DirectSpaceState { get; }

Property Value

Type: PhysicsDirectSpaceState
See Also