Spine.SkeletonBounds.SkeletonBounds C# (CSharp) 메소드

SkeletonBounds() 공개 메소드

public SkeletonBounds ( ) : System
리턴 System
		public SkeletonBounds () {
			BoundingBoxes = new ExposedList<BoundingBoxAttachment>();
			Polygons = new ExposedList<Polygon>();
		}