ElasticConfiguration.elasticProperties Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected: Microsoft::MixedReality::Toolkit::Experimental::Physics::ElasticProperties elasticProperties;
[UnityEngine.SerializeField]
[UnityEngine.Tooltip("Physical properties of the elastic simulation system.")]
protected Microsoft.MixedReality.Toolkit.Experimental.Physics.ElasticProperties elasticProperties;
[<UnityEngine.SerializeField>]
[<UnityEngine.Tooltip("Physical properties of the elastic simulation system.")>]
val mutable elasticProperties : Microsoft.MixedReality.Toolkit.Experimental.Physics.ElasticProperties
Protected elasticProperties As ElasticProperties
Field Value
- Attributes
-
UnityEngine.SerializeFieldAttribute UnityEngine.TooltipAttribute