C# Class Targetron.Filter

Show file Open project: jinks/targetron

Public Properties

Property Type Description
Enabled bool
Texture UnityEngine.Texture2D
Type VesselType

Public Methods

Method Description
Filter ( WWW textureLink, VesselType type, bool enabled ) : System
getName ( ) : String
matchType ( VesselType type, List vesselTypes ) : bool
toggle ( ) : void

Method Details

Filter() public method

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

getName() public method

public getName ( ) : String
return String

matchType() public method

public matchType ( VesselType type, List vesselTypes ) : bool
type VesselType
vesselTypes List
return bool

toggle() public method

public toggle ( ) : void
return void

Property Details

Enabled public property

public bool Enabled
return bool

Texture public property

public Texture2D,UnityEngine Texture
return UnityEngine.Texture2D

Type public property

public VesselType Type
return VesselType