Search Results for

    Show / Hide Table of Contents

    Interface IColliderShape3D

    Interface for a collider shape in 3D physics.

    Namespace: Evergine.Framework.Physics3D
    Assembly: Evergine.Framework.dll
    Syntax
    public interface IColliderShape3D

    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

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX