C# 클래스 Applicasa.Filter

파일 보기 프로젝트 열기: Applicasa/Sample-App-Unity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
innerFilter System.IntPtr
innerFilterJavaObject UnityEngine.AndroidJavaObject

공개 메소드들

메소드 설명
Filter ( IntPtr filterPtr ) : System
Filter ( IntPtr filterPtr, AndroidJavaObject filterJavaObject ) : System
GetFilter ( Fields field, OPERATORS op, bool val ) : Filter
GetFilter ( Fields field, OPERATORS op, float val ) : Filter
GetFilter ( Fields field, OPERATORS op, int val ) : Filter
GetFilter ( Fields field, OPERATORS op, string val ) : Filter
GetFilter ( Fields field, bool array ) : Filter
GetFilter ( Fields field, float array ) : Filter
GetFilter ( Fields field, int array ) : Filter
GetFilter ( Fields field, string array ) : Filter
GetFilter ( Filter OperandA, COMPLEX_OPERATORS op, Filter OperandB ) : Filter
NOT ( ) : Filter

비공개 메소드들

메소드 설명
ApplicasaFilterByFieldArrayBool ( Fields field, bool array, int arrayLen ) : IntPtr
ApplicasaFilterByFieldArrayFloat ( Fields field, float array, int arrayLen ) : IntPtr
ApplicasaFilterByFieldArrayInt ( Fields field, int array, int arrayLen ) : IntPtr
ApplicasaFilterByFieldArrayString ( Fields field, string array, int arrayLen ) : IntPtr
ApplicasaFilterByFieldBool ( Fields field, OPERATORS op, bool val ) : IntPtr
ApplicasaFilterByFieldFloat ( Fields field, OPERATORS op, float val ) : IntPtr
ApplicasaFilterByFieldInt ( Fields field, OPERATORS op, int val ) : IntPtr
ApplicasaFilterByFieldString ( Fields field, OPERATORS op, string val ) : IntPtr
ApplicasaFilterByOperand ( IntPtr OperandA, COMPLEX_OPERATORS op, IntPtr val ) : IntPtr
ApplicasaFilterNot ( System filter ) : IntPtr

메소드 상세

Filter() 공개 메소드

public Filter ( IntPtr filterPtr ) : System
filterPtr System.IntPtr
리턴 System

Filter() 공개 메소드

public Filter ( IntPtr filterPtr, AndroidJavaObject filterJavaObject ) : System
filterPtr System.IntPtr
filterJavaObject UnityEngine.AndroidJavaObject
리턴 System

GetFilter() 공개 정적인 메소드

public static GetFilter ( Fields field, OPERATORS op, bool val ) : Filter
field Fields
op OPERATORS
val bool
리턴 Filter

GetFilter() 공개 정적인 메소드

public static GetFilter ( Fields field, OPERATORS op, float val ) : Filter
field Fields
op OPERATORS
val float
리턴 Filter

GetFilter() 공개 정적인 메소드

public static GetFilter ( Fields field, OPERATORS op, int val ) : Filter
field Fields
op OPERATORS
val int
리턴 Filter

GetFilter() 공개 정적인 메소드

public static GetFilter ( Fields field, OPERATORS op, string val ) : Filter
field Fields
op OPERATORS
val string
리턴 Filter

GetFilter() 공개 정적인 메소드

public static GetFilter ( Fields field, bool array ) : Filter
field Fields
array bool
리턴 Filter

GetFilter() 공개 정적인 메소드

public static GetFilter ( Fields field, float array ) : Filter
field Fields
array float
리턴 Filter

GetFilter() 공개 정적인 메소드

public static GetFilter ( Fields field, int array ) : Filter
field Fields
array int
리턴 Filter

GetFilter() 공개 정적인 메소드

public static GetFilter ( Fields field, string array ) : Filter
field Fields
array string
리턴 Filter

GetFilter() 공개 정적인 메소드

public static GetFilter ( Filter OperandA, COMPLEX_OPERATORS op, Filter OperandB ) : Filter
OperandA Filter
op COMPLEX_OPERATORS
OperandB Filter
리턴 Filter

NOT() 공개 메소드

public NOT ( ) : Filter
리턴 Filter

프로퍼티 상세

innerFilter 공개적으로 프로퍼티

public IntPtr,System innerFilter
리턴 System.IntPtr

innerFilterJavaObject 공개적으로 프로퍼티

public AndroidJavaObject,UnityEngine innerFilterJavaObject
리턴 UnityEngine.AndroidJavaObject