C# Class BetterAnimalsTab.Widgets_PetFollow

Afficher le fichier Open project: FluffierThanThou/RW_EnhancedTabs

Méthodes publiques

Свойство Type Description
FollowDraftIcon UnityEngine.Texture2D
FollowHuntIcon UnityEngine.Texture2D

Méthodes publiques

Méthode Description
CanFollow ( this animal ) : bool
FollowsDrafted ( this animal ) : bool
FollowsDrafted ( this animal, bool set ) : void
FollowsHunter ( this animal ) : bool
FollowsHunter ( this animal, bool set ) : void
ToggleAllFollowsDrafted ( List animals ) : void
ToggleAllFollowsHunter ( List animals ) : void

Private Methods

Méthode Description
Initialize ( ) : void

Method Details

CanFollow() public static méthode

public static CanFollow ( this animal ) : bool
animal this
Résultat bool

FollowsDrafted() public static méthode

public static FollowsDrafted ( this animal ) : bool
animal this
Résultat bool

FollowsDrafted() public static méthode

public static FollowsDrafted ( this animal, bool set ) : void
animal this
set bool
Résultat void

FollowsHunter() public static méthode

public static FollowsHunter ( this animal ) : bool
animal this
Résultat bool

FollowsHunter() public static méthode

public static FollowsHunter ( this animal, bool set ) : void
animal this
set bool
Résultat void

ToggleAllFollowsDrafted() public static méthode

public static ToggleAllFollowsDrafted ( List animals ) : void
animals List
Résultat void

ToggleAllFollowsHunter() public static méthode

public static ToggleAllFollowsHunter ( List animals ) : void
animals List
Résultat void

Property Details

FollowDraftIcon public_oe static_oe property

public static Texture2D,UnityEngine FollowDraftIcon
Résultat UnityEngine.Texture2D

FollowHuntIcon public_oe static_oe property

public static Texture2D,UnityEngine FollowHuntIcon
Résultat UnityEngine.Texture2D