LinearElasticSystem Constructor
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.
Default constructor; initializes the elastic system with the specified initial value, velocity, extent, and elastic properties.
public:
LinearElasticSystem(float initialValue, float initialVelocity, Microsoft::MixedReality::Toolkit::Experimental::Physics::LinearElasticExtent extentInfo, Microsoft::MixedReality::Toolkit::Experimental::Physics::ElasticProperties elasticProperties);
public LinearElasticSystem (float initialValue, float initialVelocity, Microsoft.MixedReality.Toolkit.Experimental.Physics.LinearElasticExtent extentInfo, Microsoft.MixedReality.Toolkit.Experimental.Physics.ElasticProperties elasticProperties);
new Microsoft.MixedReality.Toolkit.Experimental.Physics.LinearElasticSystem : single * single * Microsoft.MixedReality.Toolkit.Experimental.Physics.LinearElasticExtent * Microsoft.MixedReality.Toolkit.Experimental.Physics.ElasticProperties -> Microsoft.MixedReality.Toolkit.Experimental.Physics.LinearElasticSystem
Public Sub New (initialValue As Single, initialVelocity As Single, extentInfo As LinearElasticExtent, elasticProperties As ElasticProperties)
Parameters
- initialValue
- Single
- initialVelocity
- Single
- extentInfo
- LinearElasticExtent
- elasticProperties
- ElasticProperties