C# 클래스 OpenRA.Mods.Common.Traits.GlobalLightingPaletteEffectInfo

상속: ITraitInfo
파일 보기 프로젝트 열기: pchote/OpenRA 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Ambient float
Blue float
Green float
Red float

공개 메소드들

메소드 설명
Create ( ActorInitializer init ) : object

메소드 상세

Create() 공개 메소드

public Create ( ActorInitializer init ) : object
init ActorInitializer
리턴 object

프로퍼티 상세

Ambient 공개적으로 프로퍼티

public float Ambient
리턴 float

Blue 공개적으로 프로퍼티

public float Blue
리턴 float

Green 공개적으로 프로퍼티

public float Green
리턴 float

Red 공개적으로 프로퍼티

public float Red
리턴 float