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

상속: SEAObject
파일 보기 프로젝트 열기: sunag/sea3d 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
alpha float
blendMode int
doubleSided bool
receiveFog bool
receiveLights bool
receiveShadows bool
repeat bool
techniques List

공개 메소드들

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

메소드 상세

SEAMaterial() 공개 메소드

public SEAMaterial ( string name ) : System.Collections.Generic
name string
리턴 System.Collections.Generic

Write() 공개 메소드

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

프로퍼티 상세

alpha 공개적으로 프로퍼티

public float alpha
리턴 float

blendMode 공개적으로 프로퍼티

public int blendMode
리턴 int

doubleSided 공개적으로 프로퍼티

public bool doubleSided
리턴 bool

receiveFog 공개적으로 프로퍼티

public bool receiveFog
리턴 bool

receiveLights 공개적으로 프로퍼티

public bool receiveLights
리턴 bool

receiveShadows 공개적으로 프로퍼티

public bool receiveShadows
리턴 bool

repeat 공개적으로 프로퍼티

public bool repeat
리턴 bool

techniques 공개적으로 프로퍼티

public List techniques
리턴 List