Spine.MeshAttachment.ApplyDeform C# (CSharp) Method

ApplyDeform() public method

public ApplyDeform ( VertexAttachment sourceAttachment ) : bool
sourceAttachment VertexAttachment
return bool
		override public bool ApplyDeform (VertexAttachment sourceAttachment) {
			return this == sourceAttachment || (inheritDeform && parentMesh == sourceAttachment);
		}
	}