Search Results for

    Show / Hide Table of Contents

    Class PhysicBodyDef3D<T>

    Definition of a Physics Body 3D.

    Inheritance
    object
    PhysicBodyDef3D
    PhysicBodyDef3D<T>
    GhostBodyDef3D
    RigidBodyDef3D
    StaticBodyDef3D
    Inherited Members
    PhysicBodyDef3D.Position
    PhysicBodyDef3D.Orientation
    PhysicBodyDef3D.CollisionCategories
    PhysicBodyDef3D.MaskBits
    PhysicBodyDef3D.CenterOfMassOffset
    PhysicBodyDef3D.Friction
    PhysicBodyDef3D.RollingFriction
    PhysicBodyDef3D.Restitution
    PhysicBodyDef3D.CcdMotionThreshold
    PhysicBodyDef3D.CcdSweptSphereRadius
    PhysicBodyDef3D.BodyComponent
    PhysicBodyDef3D.IsSensor
    Namespace: Evergine.Framework.Physics3D
    Assembly: Evergine.Framework.dll
    Syntax
    public class PhysicBodyDef3D<T> : PhysicBodyDef3D where T : IPhysicBody3D
    Type Parameters
    Name Description
    T

    The physics body to which this definition applies.

    Extension Methods

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