C# 클래스 FlatRedBall.Graphics.GraphicalEnumerations

파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 프로퍼티들

프로퍼티 타입 설명
mConvertableSpriteProperties List

공개 메소드들

메소드 설명
BitsPerPixelInFormat ( Microsoft imageFormat ) : int
BlendOperationToFlatRedBallMdxString ( FlatRedBall op ) : string
ColorOperationToFlatRedBallMdxString ( ColorOperation op ) : string
IsTextureOperationSupportedInFrbXna ( Microsoft op ) : bool
SetColors ( IColorable colorable, float desiredRed, float desiredGreen, float desiredBlue, string op ) : void
TranslateAreaEmissionType ( string op ) : Emitter.AreaEmissionType
TranslateAreaEmissionType ( Emitter op ) : string
TranslateBlendOperation ( BlendOperationSave operation ) : BlendOperation
TranslateBlendOperation ( string op ) : BlendOperation
TranslateBlendOperation ( BlendOperation operation ) : BlendOperationSave
TranslateColorOperation ( string op ) : ColorOperation
TranslateColorOperation ( ColorOperation op ) : Microsoft.DirectX.Direct3D.TextureOperation
TranslateColorOperation ( string op ) : Microsoft.DirectX.Direct3D.TextureOperation
TranslateColorOperation ( Microsoft op ) : string
TranslateTextureOperationToColorOperation ( Microsoft op ) : ColorOperation

메소드 상세

BitsPerPixelInFormat() 공개 정적인 메소드

public static BitsPerPixelInFormat ( Microsoft imageFormat ) : int
imageFormat Microsoft
리턴 int

BlendOperationToFlatRedBallMdxString() 공개 정적인 메소드

public static BlendOperationToFlatRedBallMdxString ( FlatRedBall op ) : string
op FlatRedBall
리턴 string

ColorOperationToFlatRedBallMdxString() 공개 정적인 메소드

public static ColorOperationToFlatRedBallMdxString ( ColorOperation op ) : string
op ColorOperation
리턴 string

IsTextureOperationSupportedInFrbXna() 공개 정적인 메소드

public static IsTextureOperationSupportedInFrbXna ( Microsoft op ) : bool
op Microsoft
리턴 bool

SetColors() 공개 정적인 메소드

public static SetColors ( IColorable colorable, float desiredRed, float desiredGreen, float desiredBlue, string op ) : void
colorable IColorable
desiredRed float
desiredGreen float
desiredBlue float
op string
리턴 void

TranslateAreaEmissionType() 공개 정적인 메소드

public static TranslateAreaEmissionType ( string op ) : Emitter.AreaEmissionType
op string
리턴 Emitter.AreaEmissionType

TranslateAreaEmissionType() 공개 정적인 메소드

public static TranslateAreaEmissionType ( Emitter op ) : string
op Emitter
리턴 string

TranslateBlendOperation() 공개 정적인 메소드

public static TranslateBlendOperation ( BlendOperationSave operation ) : BlendOperation
operation BlendOperationSave
리턴 BlendOperation

TranslateBlendOperation() 공개 정적인 메소드

public static TranslateBlendOperation ( string op ) : BlendOperation
op string
리턴 BlendOperation

TranslateBlendOperation() 공개 정적인 메소드

public static TranslateBlendOperation ( BlendOperation operation ) : BlendOperationSave
operation BlendOperation
리턴 BlendOperationSave

TranslateColorOperation() 공개 정적인 메소드

public static TranslateColorOperation ( string op ) : ColorOperation
op string
리턴 ColorOperation

TranslateColorOperation() 공개 정적인 메소드

public static TranslateColorOperation ( ColorOperation op ) : Microsoft.DirectX.Direct3D.TextureOperation
op ColorOperation
리턴 Microsoft.DirectX.Direct3D.TextureOperation

TranslateColorOperation() 공개 정적인 메소드

public static TranslateColorOperation ( string op ) : Microsoft.DirectX.Direct3D.TextureOperation
op string
리턴 Microsoft.DirectX.Direct3D.TextureOperation

TranslateColorOperation() 공개 정적인 메소드

public static TranslateColorOperation ( Microsoft op ) : string
op Microsoft
리턴 string

TranslateTextureOperationToColorOperation() 공개 정적인 메소드

public static TranslateTextureOperationToColorOperation ( Microsoft op ) : ColorOperation
op Microsoft
리턴 ColorOperation

프로퍼티 상세

mConvertableSpriteProperties 공개적으로 정적으로 프로퍼티

public static List mConvertableSpriteProperties
리턴 List