MixedRealityTransform.NewScale(Vector3) Method    
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.
Create a transform with only given scale
public:
 static Microsoft::MixedReality::Toolkit::Utilities::MixedRealityTransform NewScale(UnityEngine::Vector3 scale);public static Microsoft.MixedReality.Toolkit.Utilities.MixedRealityTransform NewScale(UnityEngine.Vector3 scale);static member NewScale : UnityEngine.Vector3 -> Microsoft.MixedReality.Toolkit.Utilities.MixedRealityTransformPublic Shared Function NewScale (scale As Vector3) As MixedRealityTransformParameters
- scale
- UnityEngine.Vector3