Spine.SkeletonBounds.SkeletonBounds C# (CSharp) Méthode

SkeletonBounds() public méthode

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