C# 클래스 SharpQuake.View

V_functions
파일 보기 프로젝트 열기: Memorix101/SharpQuake

공개 프로퍼티들

프로퍼티 타입 설명
Blend Color4

공개 메소드들

메소드 설명
CalcBlend ( ) : void

V_CalcBlend

CalcRoll ( Vector3 &angles, Vector3 &velocity ) : float

V_CalcRoll Used by view and sv_user

Init ( ) : void
ParseDamage ( ) : void
RenderView ( ) : void

V_RenderView The player's clipping box goes from (-16 -16 -24) to (16 16 32) from the entity origin, so any view position inside that will be valid

SetContentsColor ( int contents ) : void

V_SetContentsColor Underwater, lava, etc each has a color shift

StartPitchDrift ( ) : void
StopPitchDrift ( ) : void
UpdatePalette ( ) : void

비공개 메소드들

메소드 설명
AddIdle ( float idleScale ) : void
AngleDelta ( float a ) : float
BonusFlash_f ( ) : void
BoundOffsets ( ) : void
BuildGammaTable ( float g ) : void
CShift_f ( ) : void
CalcBob ( ) : float
CalcGunAngle ( ) : void

CalcGunAngle

CalcIntermissionRefDef ( ) : void
CalcPowerupCshift ( ) : void
CalcRefDef ( ) : void
CalcViewRoll ( ) : void
CheckGamma ( ) : bool
DriftPitch ( ) : void
ShiftPalette ( byte palette ) : void
View ( ) : System

메소드 상세

CalcBlend() 공개 정적인 메소드

V_CalcBlend
public static CalcBlend ( ) : void
리턴 void

CalcRoll() 공개 정적인 메소드

V_CalcRoll Used by view and sv_user
public static CalcRoll ( Vector3 &angles, Vector3 &velocity ) : float
angles Vector3
velocity Vector3
리턴 float

Init() 공개 정적인 메소드

public static Init ( ) : void
리턴 void

ParseDamage() 공개 정적인 메소드

public static ParseDamage ( ) : void
리턴 void

RenderView() 공개 정적인 메소드

V_RenderView The player's clipping box goes from (-16 -16 -24) to (16 16 32) from the entity origin, so any view position inside that will be valid
public static RenderView ( ) : void
리턴 void

SetContentsColor() 공개 정적인 메소드

V_SetContentsColor Underwater, lava, etc each has a color shift
public static SetContentsColor ( int contents ) : void
contents int
리턴 void

StartPitchDrift() 공개 정적인 메소드

public static StartPitchDrift ( ) : void
리턴 void

StopPitchDrift() 공개 정적인 메소드

public static StopPitchDrift ( ) : void
리턴 void

UpdatePalette() 공개 정적인 메소드

public static UpdatePalette ( ) : void
리턴 void

프로퍼티 상세

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

public static Color4 Blend
리턴 Color4