C# 클래스 SettingsCompiler.StepSizeAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: TheRealMJP/Shadows 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
StepSizeFloat float
StepSizeInt int

공개 메소드들

메소드 설명
GetStepSize ( FieldInfo field, float &stepSize ) : void
GetStepSize ( FieldInfo field, int &stepSize ) : void
StepSizeAttribute ( float stepSize ) : System
StepSizeAttribute ( int stepSize ) : System

메소드 상세

GetStepSize() 공개 정적인 메소드

public static GetStepSize ( FieldInfo field, float &stepSize ) : void
field System.Reflection.FieldInfo
stepSize float
리턴 void

GetStepSize() 공개 정적인 메소드

public static GetStepSize ( FieldInfo field, int &stepSize ) : void
field System.Reflection.FieldInfo
stepSize int
리턴 void

StepSizeAttribute() 공개 메소드

public StepSizeAttribute ( float stepSize ) : System
stepSize float
리턴 System

StepSizeAttribute() 공개 메소드

public StepSizeAttribute ( int stepSize ) : System
stepSize int
리턴 System

프로퍼티 상세

StepSizeFloat 공개적으로 프로퍼티

public float StepSizeFloat
리턴 float

StepSizeInt 공개적으로 프로퍼티

public int StepSizeInt
리턴 int