C# 클래스 Cascade.GameExtensions

파일 보기 프로젝트 열기: RIT-Tool-Time/Cascade

공개 메소드들

메소드 설명
Average ( this floats ) : float
GetCenter ( this tex ) : Vector2
GetColorFromHue ( float Hue ) : Color
GetFieldInfo ( string property, object o ) : FieldAndObjectInfo
GetStaticFieldInfo ( string property ) : FieldAndObjectInfo
GetValue ( this member, object obj ) : object
MinDistance ( this rec, float objZ, Vector3 vec ) : float
PrintAll ( this floats ) : string
SetValue ( this member, object obj, object value ) : void
ToVector2 ( this vec ) : Vector2
ToVector3 ( this vec ) : Vector3
Type ( this member ) : Type

메소드 상세

Average() 공개 정적인 메소드

public static Average ( this floats ) : float
floats this
리턴 float

GetCenter() 공개 정적인 메소드

public static GetCenter ( this tex ) : Vector2
tex this
리턴 Vector2

GetColorFromHue() 공개 정적인 메소드

public static GetColorFromHue ( float Hue ) : Color
Hue float
리턴 Color

GetFieldInfo() 공개 정적인 메소드

public static GetFieldInfo ( string property, object o ) : FieldAndObjectInfo
property string
o object
리턴 FieldAndObjectInfo

GetStaticFieldInfo() 공개 정적인 메소드

public static GetStaticFieldInfo ( string property ) : FieldAndObjectInfo
property string
리턴 FieldAndObjectInfo

GetValue() 공개 정적인 메소드

public static GetValue ( this member, object obj ) : object
member this
obj object
리턴 object

MinDistance() 공개 정적인 메소드

public static MinDistance ( this rec, float objZ, Vector3 vec ) : float
rec this
objZ float
vec Vector3
리턴 float

PrintAll() 공개 정적인 메소드

public static PrintAll ( this floats ) : string
floats this
리턴 string

SetValue() 공개 정적인 메소드

public static SetValue ( this member, object obj, object value ) : void
member this
obj object
value object
리턴 void

ToVector2() 공개 정적인 메소드

public static ToVector2 ( this vec ) : Vector2
vec this
리턴 Vector2

ToVector3() 공개 정적인 메소드

public static ToVector3 ( this vec ) : Vector3
vec this
리턴 Vector3

Type() 공개 정적인 메소드

public static Type ( this member ) : Type
member this
리턴 System.Type