C# 클래스 BetterAnimalsTab.Widgets_PetFollow

파일 보기 프로젝트 열기: FluffierThanThou/RW_EnhancedTabs

공개 프로퍼티들

프로퍼티 타입 설명
FollowDraftIcon UnityEngine.Texture2D
FollowHuntIcon UnityEngine.Texture2D

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Initialize ( ) : void

메소드 상세

CanFollow() 공개 정적인 메소드

public static CanFollow ( this animal ) : bool
animal this
리턴 bool

FollowsDrafted() 공개 정적인 메소드

public static FollowsDrafted ( this animal ) : bool
animal this
리턴 bool

FollowsDrafted() 공개 정적인 메소드

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

FollowsHunter() 공개 정적인 메소드

public static FollowsHunter ( this animal ) : bool
animal this
리턴 bool

FollowsHunter() 공개 정적인 메소드

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

ToggleAllFollowsDrafted() 공개 정적인 메소드

public static ToggleAllFollowsDrafted ( List animals ) : void
animals List
리턴 void

ToggleAllFollowsHunter() 공개 정적인 메소드

public static ToggleAllFollowsHunter ( List animals ) : void
animals List
리턴 void

프로퍼티 상세

FollowDraftIcon 공개적으로 정적으로 프로퍼티

public static Texture2D,UnityEngine FollowDraftIcon
리턴 UnityEngine.Texture2D

FollowHuntIcon 공개적으로 정적으로 프로퍼티

public static Texture2D,UnityEngine FollowHuntIcon
리턴 UnityEngine.Texture2D