mirror of
				https://github.com/maxartz15/VertexAnimation.git
				synced 2025-11-04 10:25:44 +01:00 
			
		
		
		
	Refresh preview.
Refresh animation library preview.
This commit is contained in:
		@@ -31,6 +31,11 @@ namespace TAO.VertexAnimation.Editor
 | 
			
		||||
 | 
			
		||||
		private void InfoGUI()
 | 
			
		||||
		{
 | 
			
		||||
			if (GUILayout.Button("Refresh Preview"))
 | 
			
		||||
			{
 | 
			
		||||
				library.OnValidate();
 | 
			
		||||
			}
 | 
			
		||||
 | 
			
		||||
			using (new EditorGUI.DisabledScope(disabled: true))
 | 
			
		||||
			{
 | 
			
		||||
				EditorGUILayout.PropertyField(serializedObject.FindProperty("loadedAnimationsPreview"));
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user