TransitionDrawer.

TryDoStartTimeField(Rect, SerializedProperty, SerializedProperty, GUIContent) Method

Summary

If the `property` is a "Start Time" field, this method draws it as well as the "End Time" below it and returns true.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
TransitionDrawer

Syntax

public static bool TryDoStartTimeField(ref Rect area, SerializedProperty rootProperty, SerializedProperty property, GUIContent label)

Parameters

Name Type Description
area Rect
rootProperty SerializedProperty
property SerializedProperty
label GUIContent

Return Value

Type Description
bool