Spine.RegionAttachment.RegionAttachment C# (CSharp) Method

RegionAttachment() public method

public RegionAttachment ( string name ) : System
name string
return System
		public RegionAttachment (string name)
			: base(name) {
		}