Search Results for

    Show / Hide Table of Contents

    Interface IBoxColliderShape3D

    Interface for a box collider shape in 3D physics.

    Inherited Members
    IColliderShape3D.LocalScaling
    IColliderShape3D.OffsetTransform
    IColliderShape3D.InternalCollider
    IColliderShape3D.ColliderComponent
    IColliderShape3D.Margin
    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

    Extension Methods

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