C# Class Targetron.Filter

Afficher le fichier Open project: jinks/targetron

Méthodes publiques

Свойство Type Description
Enabled bool
Texture UnityEngine.Texture2D
Type VesselType

Méthodes publiques

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

Method Details

Filter() public méthode

public Filter ( WWW textureLink, VesselType type, bool enabled ) : System
textureLink UnityEngine.WWW
type VesselType
enabled bool
Résultat System

getName() public méthode

public getName ( ) : String
Résultat String

matchType() public méthode

public matchType ( VesselType type, List vesselTypes ) : bool
type VesselType
vesselTypes List
Résultat bool

toggle() public méthode

public toggle ( ) : void
Résultat void

Property Details

Enabled public_oe property

public bool Enabled
Résultat bool

Texture public_oe property

public Texture2D,UnityEngine Texture
Résultat UnityEngine.Texture2D

Type public_oe property

public VesselType Type
Résultat VesselType