C# 클래스 Targetron.Filter

파일 보기 프로젝트 열기: jinks/targetron

공개 프로퍼티들

프로퍼티 타입 설명
Enabled bool
Texture UnityEngine.Texture2D
Type VesselType

공개 메소드들

메소드 설명
Filter ( WWW textureLink, VesselType type, bool enabled ) : System
getName ( ) : String
matchType ( VesselType type, List vesselTypes ) : bool
toggle ( ) : void

메소드 상세

Filter() 공개 메소드

public Filter ( WWW textureLink, VesselType type, bool enabled ) : System
textureLink UnityEngine.WWW
type VesselType
enabled bool
리턴 System

getName() 공개 메소드

public getName ( ) : String
리턴 String

matchType() 공개 메소드

public matchType ( VesselType type, List vesselTypes ) : bool
type VesselType
vesselTypes List
리턴 bool

toggle() 공개 메소드

public toggle ( ) : void
리턴 void

프로퍼티 상세

Enabled 공개적으로 프로퍼티

public bool Enabled
리턴 bool

Texture 공개적으로 프로퍼티

public Texture2D,UnityEngine Texture
리턴 UnityEngine.Texture2D

Type 공개적으로 프로퍼티

public VesselType Type
리턴 VesselType