Search Results for

    Show / Hide Table of Contents

    Class PhysicsStatistics

    Physics simulation statistics container for profiler.

    Inheritance
    System.Object
    PhysicsStatistics
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class PhysicsStatistics : ValueType

    Fields

    ActiveDynamicBodies

    Number of active dynamic bodies for the current simulation step. Does not include active kinematic bodies.

    Declaration
    public uint ActiveDynamicBodies
    Field Value
    System.UInt32

    ActiveJoints

    Number of active joints object for the current simulation step.

    Declaration
    public uint ActiveJoints
    Field Value
    System.UInt32

    ActiveKinematicBodies

    Number of active kinematic bodies for the current simulation step.

    Declaration
    public uint ActiveKinematicBodies
    Field Value
    System.UInt32

    DynamicBodies

    Number of dynamic bodies for the current simulation step.

    Declaration
    public uint DynamicBodies
    Field Value
    System.UInt32

    KinematicBodies

    Number of kinematic bodies for the current simulation step.

    Declaration
    public uint KinematicBodies
    Field Value
    System.UInt32

    LostPairs

    Number of lost pairs during this frame.

    Declaration
    public uint LostPairs
    Field Value
    System.UInt32

    LostTouches

    Number of lost touches during this frame.

    Declaration
    public uint LostTouches
    Field Value
    System.UInt32

    NewPairs

    Number of new pairs found during this frame.

    Declaration
    public uint NewPairs
    Field Value
    System.UInt32

    NewTouches

    Number of new touches found during this frame.

    Declaration
    public uint NewTouches
    Field Value
    System.UInt32

    StaticBodies

    Number of static bodies for the current simulation step.

    Declaration
    public uint StaticBodies
    Field Value
    System.UInt32

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat