initial commit
This commit is contained in:
@@ -0,0 +1,55 @@
|
||||
//
|
||||
// FUMakeUpTextureKey.h
|
||||
// FURenderKit
|
||||
//
|
||||
// Created by Chen on 2021/2/1.
|
||||
//
|
||||
|
||||
#ifndef FUMakeUpTextureKey_h
|
||||
#define FUMakeUpTextureKey_h
|
||||
|
||||
#import "FUKeysDefine.h"
|
||||
|
||||
FUParamsKeysDefine(FUMakeUpTextureKey,
|
||||
|
||||
//眉毛
|
||||
FUMakeUpTextureKeyTexBrow = @"tex_brow",
|
||||
|
||||
//眼影
|
||||
FUMakeUpTextureKeyTexEye1 = @"tex_eye",
|
||||
|
||||
//眼影2
|
||||
FUMakeUpTextureKeyTexEye2 = @"tex_eye2",
|
||||
|
||||
//眼影3
|
||||
FUMakeUpTextureKeyTexEye3 = @"tex_eye3",
|
||||
|
||||
//眼影4
|
||||
FUMakeUpTextureKeyTexEye4 = @"tex_eye4",
|
||||
|
||||
//美瞳
|
||||
FUMakeUpTextureKeyTexPupil = @"tex_pupil",
|
||||
|
||||
//睫毛
|
||||
FUMakeUpTextureKeyTexEyeLash = @"tex_eyeLash",
|
||||
|
||||
//眼线
|
||||
FUMakeUpTextureKeyTexEyeLiner = @"tex_eyeLiner",
|
||||
|
||||
//腮红1
|
||||
FUMakeUpTextureKeyTexBlusher1 = @"tex_blusher",
|
||||
|
||||
//腮红2
|
||||
FUMakeUpTextureKeyTexBlusher2 = @"tex_blusher2",
|
||||
|
||||
//粉底
|
||||
FUMakeUpTextureKeyTexFoundation = @"tex_foundation",
|
||||
|
||||
//高光
|
||||
FUMakeUpTextureKeyTexHighlight = @"tex_highlight",
|
||||
|
||||
//阴影
|
||||
FUMakeUpTextureKeyTexShadow = @"tex_shadow"
|
||||
)
|
||||
|
||||
#endif /* FUMakeUpTextureKey_h */
|
||||
Reference in New Issue
Block a user