C# 클래스 Poonya.SEA3D.Objects.SEALight

상속: SEAObject3D
파일 보기 프로젝트 열기: sunag/sea3d

공개 프로퍼티들

프로퍼티 타입 설명
color int
multiplier float

공개 메소드들

메소드 설명
SEALight ( string name, string type ) : System.Collections.Generic
Write ( ) : ByteArray

보호된 메소드들

메소드 설명
WriteLight ( ByteArray header ) : int

메소드 상세

SEALight() 공개 메소드

public SEALight ( string name, string type ) : System.Collections.Generic
name string
type string
리턴 System.Collections.Generic

Write() 공개 메소드

public Write ( ) : ByteArray
리턴 Poonya.Utils.ByteArray

WriteLight() 보호된 메소드

protected WriteLight ( ByteArray header ) : int
header Poonya.Utils.ByteArray
리턴 int

프로퍼티 상세

color 공개적으로 프로퍼티

public int color
리턴 int

multiplier 공개적으로 프로퍼티

public float multiplier
리턴 float