UnityEngine.TerrainData.INTERNAL_get_heightmapScale C# (CSharp) Method

INTERNAL_get_heightmapScale() private method

private INTERNAL_get_heightmapScale ( Vector3 &value ) : void
value Vector3
return void
        private extern void INTERNAL_get_heightmapScale(out Vector3 value);
        [MethodImpl(MethodImplOptions.InternalCall)]