Interface IBoxColliderShape3D
Interface for a box collider shape in 3D physics.
Inherited Members
Namespace: Evergine.Framework.Physics3D
Assembly: Evergine.Framework.dll
Syntax
public interface IBoxColliderShape3D : IColliderShape3D
Properties
Size
Gets or sets the size of the box collider.
Declaration
Vector3 Size { get; set; }
Property Value
Type | Description |
---|---|
Vector3 |