C# Class BetterAnimalsTab.Widgets_PetFollow

Show file Open project: FluffierThanThou/RW_EnhancedTabs

Public Properties

Property Type Description
FollowDraftIcon UnityEngine.Texture2D
FollowHuntIcon UnityEngine.Texture2D

Public Methods

Method 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

Method Description
Initialize ( ) : void

Method Details

CanFollow() public static method

public static CanFollow ( this animal ) : bool
animal this
return bool

FollowsDrafted() public static method

public static FollowsDrafted ( this animal ) : bool
animal this
return bool

FollowsDrafted() public static method

public static FollowsDrafted ( this animal, bool set ) : void
animal this
set bool
return void

FollowsHunter() public static method

public static FollowsHunter ( this animal ) : bool
animal this
return bool

FollowsHunter() public static method

public static FollowsHunter ( this animal, bool set ) : void
animal this
set bool
return void

ToggleAllFollowsDrafted() public static method

public static ToggleAllFollowsDrafted ( List animals ) : void
animals List
return void

ToggleAllFollowsHunter() public static method

public static ToggleAllFollowsHunter ( List animals ) : void
animals List
return void

Property Details

FollowDraftIcon public static property

public static Texture2D,UnityEngine FollowDraftIcon
return UnityEngine.Texture2D

FollowHuntIcon public static property

public static Texture2D,UnityEngine FollowHuntIcon
return UnityEngine.Texture2D