Search Results for

    Show / Hide Table of Contents

    Enum RigidBodyType3D

    Rigid body type in 3D.

    Namespace: Evergine.Framework.Physics3D
    Assembly: Evergine.Framework.dll
    Syntax
    public enum RigidBodyType3D

    Fields

    Name Description
    Dynamic

    Zero mass, non-zero velocity set by the user, moved by the solver.

    Kinematic

    Zero mass, nonzero velocity set by user, moved by solver.

    Extension Methods

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