Interface IColliderShape3D
Interface for a Collider Shape of 3D physics.
Inherited Members
Namespace: Evergine.Framework.Physics3D
Assembly: Evergine.Framework.dll
Syntax
public interface IColliderShape3D : IDisposable
Properties
ColliderComponent
Gets or sets the associated component.
Declaration
Collider3D ColliderComponent { get; set; }
Property Value
Type | Description |
---|---|
Collider3D |
InternalCollider
Gets the internal collider.
Declaration
object InternalCollider { get; }
Property Value
Type | Description |
---|---|
object |
LocalScaling
Gets or sets the local scaling.
Declaration
Vector3 LocalScaling { get; set; }
Property Value
Type | Description |
---|---|
Vector3 |
Margin
Gets or sets the collision margin of this shape.
Declaration
float Margin { get; set; }
Property Value
Type | Description |
---|---|
float |
OffsetTransform
Gets or sets the offset of the collider.
Declaration
Matrix4x4 OffsetTransform { get; set; }
Property Value
Type | Description |
---|---|
Matrix4x4 |