Corgi Engine  v8.8
MoreMountains.Tools.MMPropertyPickerDrawer.PropertyPickerViewData Class Reference

Public Attributes

UnityEngine.Object _TargetObject
 
GameObject _TargetGameObject
 
int _selectedComponentIndex = 0
 
int _selectedPropertyIndex = 0
 
bool _initialized = false
 
string[] _componentNames
 
List< Component > _componentList
 
string[] _propertiesNames
 
List< string > _propertiesList
 
Type _propertyType = null
 
int _numberOfLines = 0
 
Color _progressBarBackground = new Color(0, 0, 0, 0.5f)
 
Type[] _authorizedTypes
 
bool _targetIsScriptableObject
 

Static Public Attributes

const int _lineHeight = 20
 
const int _lineMargin = 2
 
const string _undefinedComponentString = "<Undefined Component>"
 
const string _undefinedPropertyString = "<Undefined Property>"
 

Member Data Documentation

◆ _authorizedTypes

Type [] MoreMountains.Tools.MMPropertyPickerDrawer.PropertyPickerViewData._authorizedTypes

◆ _componentList

List<Component> MoreMountains.Tools.MMPropertyPickerDrawer.PropertyPickerViewData._componentList

◆ _componentNames

string [] MoreMountains.Tools.MMPropertyPickerDrawer.PropertyPickerViewData._componentNames

◆ _initialized

bool MoreMountains.Tools.MMPropertyPickerDrawer.PropertyPickerViewData._initialized = false

◆ _lineHeight

const int MoreMountains.Tools.MMPropertyPickerDrawer.PropertyPickerViewData._lineHeight = 20
static

◆ _lineMargin

const int MoreMountains.Tools.MMPropertyPickerDrawer.PropertyPickerViewData._lineMargin = 2
static

◆ _numberOfLines

int MoreMountains.Tools.MMPropertyPickerDrawer.PropertyPickerViewData._numberOfLines = 0

◆ _progressBarBackground

Color MoreMountains.Tools.MMPropertyPickerDrawer.PropertyPickerViewData._progressBarBackground = new Color(0, 0, 0, 0.5f)

◆ _propertiesList

List<string> MoreMountains.Tools.MMPropertyPickerDrawer.PropertyPickerViewData._propertiesList

◆ _propertiesNames

string [] MoreMountains.Tools.MMPropertyPickerDrawer.PropertyPickerViewData._propertiesNames

◆ _propertyType

Type MoreMountains.Tools.MMPropertyPickerDrawer.PropertyPickerViewData._propertyType = null

◆ _selectedComponentIndex

int MoreMountains.Tools.MMPropertyPickerDrawer.PropertyPickerViewData._selectedComponentIndex = 0

◆ _selectedPropertyIndex

int MoreMountains.Tools.MMPropertyPickerDrawer.PropertyPickerViewData._selectedPropertyIndex = 0

◆ _TargetGameObject

GameObject MoreMountains.Tools.MMPropertyPickerDrawer.PropertyPickerViewData._TargetGameObject

◆ _targetIsScriptableObject

bool MoreMountains.Tools.MMPropertyPickerDrawer.PropertyPickerViewData._targetIsScriptableObject

◆ _TargetObject

UnityEngine.Object MoreMountains.Tools.MMPropertyPickerDrawer.PropertyPickerViewData._TargetObject

◆ _undefinedComponentString

const string MoreMountains.Tools.MMPropertyPickerDrawer.PropertyPickerViewData._undefinedComponentString = "<Undefined Component>"
static

◆ _undefinedPropertyString

const string MoreMountains.Tools.MMPropertyPickerDrawer.PropertyPickerViewData._undefinedPropertyString = "<Undefined Property>"
static

The documentation for this class was generated from the following file: