ObjectManipulator.ElasticsManager Property
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.
Elastics Manager slot to enable elastics simulation when manipulating the object.
public:
property Microsoft::MixedReality::Toolkit::Experimental::Physics::ElasticsManager ^ ElasticsManager { Microsoft::MixedReality::Toolkit::Experimental::Physics::ElasticsManager ^ get(); void set(Microsoft::MixedReality::Toolkit::Experimental::Physics::ElasticsManager ^ value); };
public Microsoft.MixedReality.Toolkit.Experimental.Physics.ElasticsManager ElasticsManager { get; set; }
member this.ElasticsManager : Microsoft.MixedReality.Toolkit.Experimental.Physics.ElasticsManager with get, set
Public Property ElasticsManager As ElasticsManager