// Assembly: UnityEngine.UIElementsModule
// Full name: UnityEngine.UIElements.StyleValueType

namespace UnityEngine.UIElements
{
public class StyleValueType // TypeDefIndex: 6120
{
	// Fields
	type#20890 value__;
	type#26772 Invalid;
	type#26772 Keyword;
	type#26772 Float;
	type#26772 Dimension;
	type#26772 Color;
	type#26772 ResourcePath;
	type#26772 AssetReference;
	type#26772 Enum;
	type#26772 Variable;
	type#26772 String;
	type#26772 Function;
	type#26772 CommaSeparator;
	type#26772 ScalableImage;
	type#26772 MissingAssetReference;
}
}
