Click or drag to resize
GameObjectPhysicalBody Property
An alias to get the first physical body added to this GameObject. This is useful for performance and ease of access, since Physical Body is something that you often need to access.

Namespace:  GeonBit.ECS
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public BasePhysicsComponent PhysicalBody { get; }

Property Value

Type: BasePhysicsComponent
See Also