コード例 #1
0
ファイル: ShapeLayer.cs プロジェクト: emmauss/LottieSkiaSharp
 internal override void ResolveChildKeyPath(KeyPath keyPath, int depth, List <KeyPath> accumulator, KeyPath currentPartialKeyPath)
 {
     _contentGroup.ResolveKeyPath(keyPath, depth, accumulator, currentPartialKeyPath);
 }