Summary
Tries to find a page of the specified type and returns true if successful.
- Assembly
- Animancer
.dll - Namespace
- Animancer
.Editor .TransitionLibraries - Containing Type
- Transition
Library Window
Syntax
public bool TryGetPage<T>(out T page) where T : TransitionLibraryWindowPage
Type Parameters
| Name | Description |
|---|---|
| T |
Parameters
| Name | Type | Description |
|---|---|---|
| page | T |
Return Value
| Type | Description |
|---|---|
| bool |