Interface ISphereColliderShape3D
Interface for a sphere collider shape in 3D physics.
Inherited Members
Namespace: Evergine.Framework.Physics3D
Assembly: Evergine.Framework.dll
Syntax
public interface ISphereColliderShape3D : IColliderShape3D
Properties
Radius
Gets or sets the sphere's radius.
Declaration
float Radius { get; set; }
Property Value
Type | Description |
---|---|
float |