C# 클래스 DummyMetaLodTarget, umetalod

상속: IMetaLodTarget
파일 보기 프로젝트 열기: mc-gulu/umetalod

공개 메소드들

메소드 설명
DebugOutput ( string fmt ) : void
GetDistance ( ) : float
GetFactorBounds ( ) : float
GetFactorGeomComplexity ( ) : float
GetFactorPSysComplexity ( ) : float
GetFactorVisualImpact ( ) : float
GetUserFactor ( string factorName ) : float
SetLiveness ( float liveness ) : void

비공개 메소드들

메소드 설명
getName ( ) : string

메소드 상세

DebugOutput() 공개 메소드

public DebugOutput ( string fmt ) : void
fmt string
리턴 void

GetDistance() 공개 메소드

public GetDistance ( ) : float
리턴 float

GetFactorBounds() 공개 메소드

public GetFactorBounds ( ) : float
리턴 float

GetFactorGeomComplexity() 공개 메소드

public GetFactorGeomComplexity ( ) : float
리턴 float

GetFactorPSysComplexity() 공개 메소드

public GetFactorPSysComplexity ( ) : float
리턴 float

GetFactorVisualImpact() 공개 메소드

public GetFactorVisualImpact ( ) : float
리턴 float

GetUserFactor() 공개 메소드

public GetUserFactor ( string factorName ) : float
factorName string
리턴 float

SetLiveness() 공개 메소드

public SetLiveness ( float liveness ) : void
liveness float
리턴 void