QueenEngineConfigInfo Class Reference

Inherits from NSObject
Declared in QueenEngineConfigInfo.h

Overview

queen engine configuration object

  resRootPath

res dir, nil is root

@property (nonatomic, copy) NSString *resRootPath

Declared In

QueenEngineConfigInfo.h

  withContext

gl texture should be created in queen engine, default is YES

@property (nonatomic, assign) BOOL withContext

Declared In

QueenEngineConfigInfo.h

  toScreen

render to screen, default is NO

@property (nonatomic, assign) BOOL toScreen

Declared In

QueenEngineConfigInfo.h

  autoSettingImgAngle

auto set inputAngle and outputAngleļ¼Œdefault is NOļ¼ŒAPI_AVAILABLE(ios(8.0))

@property (nonatomic, assign) BOOL autoSettingImgAngle

Declared In

QueenEngineConfigInfo.h

  runOnCustomThread

run on custom thread , default is YES

@property (nonatomic, assign) BOOL runOnCustomThread

Declared In

QueenEngineConfigInfo.h

  extraInfo

reserved info

@property (nonatomic, copy) NSString *extraInfo

Declared In

QueenEngineConfigInfo.h