Distorter.DistortScaleInternal(Vector3, Single) 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.
Internal function where scale distortion is done
protected:
 abstract UnityEngine::Vector3 DistortScaleInternal(UnityEngine::Vector3 point, float strength);
	protected abstract UnityEngine.Vector3 DistortScaleInternal(UnityEngine.Vector3 point, float strength);
	abstract member DistortScaleInternal : UnityEngine.Vector3 * single -> UnityEngine.Vector3
	Protected MustOverride Function DistortScaleInternal (point As Vector3, strength As Single) As Vector3
	Parameters
- point
 - UnityEngine.Vector3
 
- strength
 - Single
 
Returns
		UnityEngine.Vector3