Class ElasticConfiguration
Scriptable object that wraps the ElasticProperties struct, allowing for easily reusable spring configs.
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 |