Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    PhysicsSettings Class

    Namespace: Stride.Physics
    Assembly: Stride.Physics.dll
    System.Object → Configuration → PhysicsSettings
    Derived from PhysicsSettings:

    [DataContract]
    [Display("Physics", null)]
    public class PhysicsSettings : Configuration
    Name Description
    Fields
    FixedTimeStep
    Flags
    MaxSubSteps
    | Improve this Doc View Source

    Fields


    FixedTimeStep

    [DataMember(30)]
    public float FixedTimeStep
    Field Value
    Type Description
    System.Single

    Flags

    [DataMember(10)]
    public PhysicsEngineFlags Flags
    Field Value
    Type Description
    PhysicsEngineFlags

    MaxSubSteps

    [DataMember(20)]
    public int MaxSubSteps
    Field Value
    Type Description
    System.Int32

    Inherited Members

    Configuration.OfflineOnly

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation