예제 #1
0
        public bool IsWorldPointInsideContentLocalBounds(Vector2 world_position)
        {
            Bounds2 bounds = default(Bounds2);

            return(this.GetlContentLocalBounds(ref bounds) && bounds.IsInside(this.WorldToLocal(world_position)));
        }