Interface LocalHistoryRoute
Namespace: Unity.UIWidgets.widgets
Syntax
public interface LocalHistoryRoute
Properties
route
Declaration
Route route { get; }
Property Value
Type | Description |
---|---|
Route |
Methods
addLocalHistoryEntry(LocalHistoryEntry)
Declaration
void addLocalHistoryEntry(LocalHistoryEntry entry)
Parameters
Type | Name | Description |
---|---|---|
LocalHistoryEntry | entry |
removeLocalHistoryEntry(LocalHistoryEntry)
Declaration
void removeLocalHistoryEntry(LocalHistoryEntry entry)
Parameters
Type | Name | Description |
---|---|---|
LocalHistoryEntry | entry |