C# Class VisibleItem, HomeAlone

Inheritance: MonoBehaviour
显示文件 Open project: SNUGDC/HomeAlone Class Usage Examples

Public Properties

Property Type Description
FriendList GameObject[]
ThisPosition GameObject

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
BackCheck ( ) : void
ImageChange ( List list ) : void
ListUpdate ( List list ) : void
RandomChoice ( List list ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

FriendList public_oe property

public GameObject[] FriendList
return GameObject[]

ThisPosition public_oe property

public GameObject ThisPosition
return GameObject