C# 클래스 CSharpGL.Demos.WaterTextureRenderer

파일 보기 프로젝트 열기: bitzhuwei/CSharpGL 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
waveDirections CSharpGL.Demos.WaveDirections[]
waveParameters CSharpGL.Demos.WaveParameters[]

공개 메소드들

메소드 설명
ToFloat ( WaveDirections items ) : float[]
ToFloat ( WaveParameters items ) : float[]

보호된 메소드들

메소드 설명
DoInitialize ( ) : void
DoRender ( RenderEventArgs arg ) : void

비공개 메소드들

메소드 설명
UpdateWaves ( ) : void

메소드 상세

DoInitialize() 보호된 메소드

protected DoInitialize ( ) : void
리턴 void

DoRender() 보호된 메소드

protected DoRender ( RenderEventArgs arg ) : void
arg RenderEventArgs
리턴 void

ToFloat() 공개 정적인 메소드

public static ToFloat ( WaveDirections items ) : float[]
items WaveDirections
리턴 float[]

ToFloat() 공개 정적인 메소드

public static ToFloat ( WaveParameters items ) : float[]
items WaveParameters
리턴 float[]

프로퍼티 상세

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

public static WaveDirections[],CSharpGL.Demos waveDirections
리턴 CSharpGL.Demos.WaveDirections[]

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

public static WaveParameters[],CSharpGL.Demos waveParameters
리턴 CSharpGL.Demos.WaveParameters[]