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

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

    Show / Hide Table of Contents

    Class ElasticConfiguration

    Scriptable object that wraps the ElasticProperties struct, allowing for easily reusable spring configs.

    Inheritance
    Object
    ElasticConfiguration
    Namespace: Microsoft.MixedReality.Toolkit.Experimental.Physics
    Assembly: cs.temp.dll.dll
    Syntax
    public class ElasticConfiguration : ScriptableObject

    Fields

    elasticProperties

    Declaration
    protected ElasticProperties elasticProperties
    Field Value
    Type Description
    ElasticProperties

    Properties

    ElasticProperties

    Declaration
    public ElasticProperties ElasticProperties { get; set; }
    Property Value
    Type Description
    ElasticProperties
    Back to top Generated by DocFX