[WIP] Entity input panel

This commit is contained in:
Ali
2022-07-13 01:21:54 +02:00
parent ed59ead31e
commit c51b58ca72
101 changed files with 3374 additions and 491 deletions

View File

@@ -32,6 +32,7 @@ protocol RootAnimationLayer: CALayer {
func reloadImages()
func forceDisplayUpdate()
func logHierarchyKeypaths()
func allKeypaths(predicate: (AnimationKeypath) -> Bool) -> [String]
func setValueProvider(_ valueProvider: AnyValueProvider, keypath: AnimationKeypath)
func getValue(for keypath: AnimationKeypath, atFrame: AnimationFrameTime?) -> Any?