C# Class Friend, HomeAlone

Inheritance: MonoBehaviour
Show file Open project: SNUGDC/HomeAlone Class Usage Examples

Public Properties

Property Type Description
FriendNameVisit string
IntVisitCount int
QuestionBox GameObject
VisitCount Text
eventButton Button[]
eventSave string[]
eventText Text[]
eventTitle string[]
heart GameObject[]
love1 int
myButton Button

Public Methods

Method Description
AlbumUpdate ( ) : void
Awake ( ) : void
EpisodeEnabled ( GameObject ep ) : void
EpisodeNotice ( GameObject ep ) : void
EventEnabled ( ) : void
HeartToRed1 ( Image red ) : void
HeartToRed2 ( Image red ) : void
HeartToRed3 ( Image red ) : void
HowFriendly ( ) : int
SendVisitNumber ( Text Counter ) : void
Update ( ) : void

Method Details

AlbumUpdate() public method

public AlbumUpdate ( ) : void
return void

Awake() public method

public Awake ( ) : void
return void

EpisodeEnabled() public method

public EpisodeEnabled ( GameObject ep ) : void
ep GameObject
return void

EpisodeNotice() public method

public EpisodeNotice ( GameObject ep ) : void
ep GameObject
return void

EventEnabled() public method

public EventEnabled ( ) : void
return void

HeartToRed1() public method

public HeartToRed1 ( Image red ) : void
red Image
return void

HeartToRed2() public method

public HeartToRed2 ( Image red ) : void
red Image
return void

HeartToRed3() public method

public HeartToRed3 ( Image red ) : void
red Image
return void

HowFriendly() public method

public HowFriendly ( ) : int
return int

SendVisitNumber() public method

public SendVisitNumber ( Text Counter ) : void
Counter Text
return void

Update() public method

public Update ( ) : void
return void

Property Details

FriendNameVisit public property

public string FriendNameVisit
return string

IntVisitCount public property

public int IntVisitCount
return int

QuestionBox public property

public GameObject QuestionBox
return GameObject

VisitCount public property

public Text VisitCount
return Text

eventButton public property

public Button[] eventButton
return Button[]

eventSave public property

public string[] eventSave
return string[]

eventText public property

public Text[] eventText
return Text[]

eventTitle public property

public string[] eventTitle
return string[]

heart public property

public GameObject[] heart
return GameObject[]

love1 public static property

public static int love1
return int

myButton public property

public Button myButton
return Button