日本語翻訳ドキュメントはサポートを終了しました

MRTK 2.6 以降のドキュメントについては、公式の Microsoft ドキュメント を参照してください。

    Show / Hide Table of Contents

    Class VolumeElasticSystem

    Inheritance
    Object
    VolumeElasticSystem
    Implements
    IElasticSystem<Vector3>
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Microsoft.MixedReality.Toolkit.Experimental.Physics
    Assembly: cs.temp.dll.dll
    Syntax
    public class VolumeElasticSystem : IElasticSystem<Vector3>

    Constructors

    VolumeElasticSystem(Vector3, Vector3, VolumeElasticExtent, ElasticProperties)

    Default constructor; initializes the elastic system with the specified initial value, velocity, extent, and elastic properties.

    Declaration
    public VolumeElasticSystem(Vector3 initialValue, Vector3 initialVelocity, VolumeElasticExtent extentInfo, ElasticProperties elasticProperties)
    Parameters
    Type Name Description
    Vector3 initialValue
    Vector3 initialVelocity
    VolumeElasticExtent extentInfo
    ElasticProperties elasticProperties

    Methods

    ComputeIteration(Vector3, Single)

    Declaration
    public Vector3 ComputeIteration(Vector3 forcingValue, float deltaTime)
    Parameters
    Type Name Description
    Vector3 forcingValue
    Single deltaTime
    Returns
    Type Description
    Vector3

    GetCurrentValue()

    Declaration
    public Vector3 GetCurrentValue()
    Returns
    Type Description
    Vector3

    GetCurrentVelocity()

    Declaration
    public Vector3 GetCurrentVelocity()
    Returns
    Type Description
    Vector3

    Implements

    IElasticSystem<T>
    Back to top Generated by DocFX