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