C# Class FriendList, HomeAlone

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

Public Properties

Property Type Description
FriendArray GameObject[]
FriendName string[]
MaxVisitorNum int
Sleeping bool
bed1 bool

Public Methods

Method Description
IncreaseMaxVisitor ( int value ) : void
Start ( ) : void
Update ( ) : void
load ( ) : void
save ( ) : void
showBool ( ) : void

Method Details

IncreaseMaxVisitor() public method

public IncreaseMaxVisitor ( int value ) : void
value int
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

load() public method

public load ( ) : void
return void

save() public method

public save ( ) : void
return void

showBool() public static method

public static showBool ( ) : void
return void

Property Details

FriendArray public_oe property

public GameObject[] FriendArray
return GameObject[]

FriendName public_oe property

public string[] FriendName
return string[]

MaxVisitorNum public_oe static_oe property

public static int MaxVisitorNum
return int

Sleeping public_oe static_oe property

public static bool Sleeping
return bool

bed1 public_oe static_oe property

public static bool bed1
return bool