Метод | Описание | |
---|---|---|
GetDisplayOptionIndex ( object instance ) : int |
Returns the index of the option that should be displayed (from GetDisplayOptions()) based on the current object instance.
|
|
GetDisplayOptions ( ) : UnityEngine.GUIContent[] |
Returns an array of options that should be displayed.
|
|
GetIndexForType ( |
||
GetTypeForIndex ( int index, |
||
RemoveExtraneousOptions ( ) : void |
Remove any options from the set of display options that are not permanently visible.
|
|
TypeDropdownOptionsManager ( |
Setup the instance option manager for the given type.
|
|
UpdateObjectInstance ( object current, int currentIndex, int updatedIndex ) : object |
Changes the instance of the given object, if necessary.
|
Метод | Описание | |
---|---|---|
GetOptionName ( FullInspector.Internal.fiReflectionUtility.DisplayedType type, bool addSkipCtorMessage ) : |
public GetDisplayOptionIndex ( object instance ) : int | ||
instance | object | |
Результат | int |
public GetDisplayOptions ( ) : UnityEngine.GUIContent[] | ||
Результат | UnityEngine.GUIContent[] |
public GetIndexForType ( |
||
type | ||
Результат | int |
public GetTypeForIndex ( int index, |
||
index | int | |
existingValue | ||
Результат |
public TypeDropdownOptionsManager ( |
||
baseType | ||
allowUncreatableTypes | bool | |
Результат | System |
public UpdateObjectInstance ( object current, int currentIndex, int updatedIndex ) : object | ||
current | object | |
currentIndex | int | |
updatedIndex | int | |
Результат | object |