Spine.SkeletonBounds.SkeletonBounds C# (CSharp) Method

SkeletonBounds() public method

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