增加换肤功能
This commit is contained in:
28
Pods/SVGAPlayer/Source/SVGAVideoSpriteFrameEntity.h
generated
Normal file
28
Pods/SVGAPlayer/Source/SVGAVideoSpriteFrameEntity.h
generated
Normal file
@@ -0,0 +1,28 @@
|
||||
//
|
||||
// SVGAVideoSpriteFrameEntity.h
|
||||
// SVGAPlayer
|
||||
//
|
||||
// Created by 崔明辉 on 2017/2/20.
|
||||
// Copyright © 2017年 UED Center. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@class SVGAVectorLayer;
|
||||
@class SVGAProtoFrameEntity;
|
||||
|
||||
@interface SVGAVideoSpriteFrameEntity : NSObject
|
||||
|
||||
@property (nonatomic, readonly) CGFloat alpha;
|
||||
@property (nonatomic, readonly) CGAffineTransform transform;
|
||||
@property (nonatomic, readonly) CGRect layout;
|
||||
@property (nonatomic, readonly) CGFloat nx;
|
||||
@property (nonatomic, readonly) CGFloat ny;
|
||||
@property (nonatomic, readonly) CALayer *maskLayer;
|
||||
@property (nonatomic, readonly) NSArray *shapes;
|
||||
|
||||
- (instancetype)initWithJSONObject:(NSDictionary *)JSONObject;
|
||||
- (instancetype)initWithProtoObject:(SVGAProtoFrameEntity *)protoObject;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user