UnityEngine.OcclusionArea.INTERNAL_get_size C# (CSharp) Method

INTERNAL_get_size() private method

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