add Node::IsUpdatePausing
This commit is contained in:
		
							parent
							
								
									20ebd63215
								
							
						
					
					
						commit
						6868d746da
					
				|  | @ -348,6 +348,9 @@ namespace easy2d | ||||||
| 		// 继续节点更新
 | 		// 继续节点更新
 | ||||||
| 		void ResumeUpdating(); | 		void ResumeUpdating(); | ||||||
| 
 | 
 | ||||||
|  | 		// 节点更新是否暂停
 | ||||||
|  | 		inline bool IsUpdatePausing() const { return pause_; } | ||||||
|  | 
 | ||||||
| 		// 设置默认锚点
 | 		// 设置默认锚点
 | ||||||
| 		static void SetDefaultAnchor( | 		static void SetDefaultAnchor( | ||||||
| 			float anchor_x, | 			float anchor_x, | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue