Vector3Smoothed(Vector3, Single) 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.
public:
Vector3Smoothed(UnityEngine::Vector3 value, float smoothingTime);
public Vector3Smoothed (UnityEngine.Vector3 value, float smoothingTime);
new Microsoft.MixedReality.Toolkit.Utilities.Vector3Smoothed : UnityEngine.Vector3 * single -> Microsoft.MixedReality.Toolkit.Utilities.Vector3Smoothed
Public Sub New (value As Vector3, smoothingTime As Single)
Parameters
- value
- UnityEngine.Vector3
- smoothingTime
- Single