If you want to help us maintaining this wiki, check out our discord server: https://discord.gg/3u69jMa 

SkelPrefsEditProps

From SWRC Wiki
Jump to navigation Jump to search
//=============================================================================
// Object to facilitate properties editing
//=============================================================================
//  Preferences tab for the animation browser...
//  
 
class SkelPrefsEditProps extends Object
	native
	hidecategories(Object)	
	collapsecategories;

// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)

var const int WBrowserAnimationPtr;

var(Import) int            LODStyle;
var(Interface) int         RootZero;



cpptext
{
	void PostEditChange();

}

defaultproperties
{
     LODStyle=10
}