FadeInOutOptions
Objective-C
struct FadeInOutOptions {}Swift
struct FadeInOutOptionsGui의 Fade-In & Fade-Out 효과의 옵션을 지정하는 구조체.
- 
                  
                  Fade-In 효과 지속시간 DeclarationObjective-C unsigned int fadeInTimeSwift var fadeInTime: UInt32
- 
                  
                  Fade-Out 효과 지속시간 DeclarationObjective-C unsigned int fadeOutTimeSwift var fadeOutTime: UInt32
- 
                  
                  Fade-In / Fade-Out 사이에서 Gui가 표시가 유지되는 시간. DeclarationObjective-C unsigned int retentionTimeSwift var retentionTime: UInt32
 FadeInOutOptions Structure Reference
      FadeInOutOptions Structure Reference