Метод | Описание | |
---|---|---|
AnimatedBegin ( |
||
AnimatedEnd ( fiGraphMetadata metadata ) : void | ||
AnimatedHeight ( float currentHeight, bool updateHeight, fiGraphMetadata metadata ) : float | ||
BeginFadeGroup ( float labelHeight, |
||
BeginFadeGroupHeight ( float labelHeight, |
||
EditProperty ( |
||
EditPropertyDirect ( |
Draws a GUI for editing the given property and returns the updated value. This does *not* write the updated value to a container.
|
|
EditPropertyDirect ( |
Draws a GUI for editing the given property and returns the updated value. This does *not* write the updated value to a container.
|
|
EditPropertyHeight ( object container, FullInspector.Internal.InspectedProperty property, fiGraphMetadataChild metadata ) : float | ||
EditPropertyHeightDirect ( FullInspector.Internal.InspectedProperty property, object propertyValue, fiGraphMetadataChild metadataChild ) : float | ||
EndFadeGroup ( ) : void | ||
LabeledButton ( |
Draws a button with a label in front of the button.
|
|
LabeledButton ( |
Draws a button with a label in front of the button.
|
|
ObjectField ( |
Draws a normal EditorGUI.ObjectField, except it includes the component type.
|
|
PopHierarchyMode ( ) : void | ||
PushHierarchyMode ( bool state ) : void | ||
Splitter ( |
||
TryDragAndDropArea ( |
||
UpdateFadeGroupHeight ( float &height, float labelHeight, float fade ) : void | ||
WillShowFadeGroup ( float fade ) : bool | ||
tkControl ( |
Draws an editor for the given control at the given rect.
|
|
tkControlHeight ( |
Draws an editor for the given control at the given rect.
|
Метод | Описание | |
---|---|---|
IsWhiteSpaceOnly ( string str ) : bool | ||
RevertPrefabContextMenu ( |
||
SetupContext ( tkControlEditor control, |
||
fiEditorGUI ( ) : System |
public static AnimatedBegin ( |
||
rect | ||
metadata | fiGraphMetadata | |
Результат | void |
public static AnimatedEnd ( fiGraphMetadata metadata ) : void | ||
metadata | fiGraphMetadata | |
Результат | void |
public static AnimatedHeight ( float currentHeight, bool updateHeight, fiGraphMetadata metadata ) : float | ||
currentHeight | float | |
updateHeight | bool | |
metadata | fiGraphMetadata | |
Результат | float |
public static BeginFadeGroup ( float labelHeight, |
||
labelHeight | float | |
group | ||
fade | float | |
Результат | void |
public static BeginFadeGroupHeight ( float labelHeight, |
||
labelHeight | float | |
group | ||
fadeHeight | float | |
Результат | void |
public static EditProperty ( |
||
region | ||
container | object | |
property | FullInspector.Internal.InspectedProperty | |
metadata | fiGraphMetadataChild | |
Результат | void |
public static EditPropertyDirect ( |
||
region | ||
property | FullInspector.Internal.InspectedProperty | |
propertyValue | object | |
metadataChild | fiGraphMetadataChild | |
Результат | object |
public static EditPropertyDirect ( |
||
region | ||
property | FullInspector.Internal.InspectedProperty | |
propertyValue | object | |
metadataChild | fiGraphMetadataChild | |
context | object | /// An optional context that the property value came from. If this is not /// given, then a prefab context menu will not be displayable. /// |
Результат | object |
public static EditPropertyHeight ( object container, FullInspector.Internal.InspectedProperty property, fiGraphMetadataChild metadata ) : float | ||
container | object | |
property | FullInspector.Internal.InspectedProperty | |
metadata | fiGraphMetadataChild | |
Результат | float |
public static EditPropertyHeightDirect ( FullInspector.Internal.InspectedProperty property, object propertyValue, fiGraphMetadataChild metadataChild ) : float | ||
property | FullInspector.Internal.InspectedProperty | |
propertyValue | object | |
metadataChild | fiGraphMetadataChild | |
Результат | float |
public static LabeledButton ( |
||
rect | ||
label | ||
button | ||
Результат | bool |
public static LabeledButton ( |
||
rect | ||
label | string | |
button | string | |
Результат | bool |
public static ObjectField ( |
||
rect | ||
label | ||
element | ||
objectType | ||
allowSceneObjects | bool | |
Результат |
public static PopHierarchyMode ( ) : void | ||
Результат | void |
public static PushHierarchyMode ( bool state ) : void | ||
state | bool | |
Результат | void |
public static Splitter ( |
||
position | ||
Результат | void |
public static TryDragAndDropArea ( |
||
dropArea | ||
filter | Predicate |
|
droppedObjects | ||
Результат | bool |
public static UpdateFadeGroupHeight ( float &height, float labelHeight, float fade ) : void | ||
height | float | |
labelHeight | float | |
fade | float | |
Результат | void |
public static WillShowFadeGroup ( float fade ) : bool | ||
fade | float | |
Результат | bool |
public static tkControl ( |
||
rect | The rect to draw the editor within. | |
label | The label for the edited control. | |
element | object | The element to edit. |
metadata | fiGraphMetadata | The metadata to use when editing. |
control | tkControlEditor | /// The actual control that will be used for the editor. /// |
Результат | object |
public static tkControlHeight ( |
||
label | The label for the edited control. | |
element | object | The element to edit. |
metadata | fiGraphMetadata | The metadata to use when editing. |
control | tkControlEditor | /// The actual control that will be used for the editor. /// |
Результат | float |