UnityEngine.TerrainData.INTERNAL_get_heightmapScale C# (CSharp) 메소드

INTERNAL_get_heightmapScale() 개인적인 메소드

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