C# Class MoveCredit, HomeAlone

Inheritance: MonoBehaviour
ファイルを表示 Open project: SNUGDC/HomeAlone

Public Properties

Property Type Description
CircleArrowLeft GameObject
CircleArrowRight GameObject
CreditImage1 GameObject
CreditImage2 GameObject
CreditImage3 GameObject
CreditPage int

Public Methods

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

Method Details

PushLeftButton() public method

public PushLeftButton ( ) : void
return void

PushRightButton() public method

public PushRightButton ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

CircleArrowLeft public_oe property

public GameObject CircleArrowLeft
return GameObject

CircleArrowRight public_oe property

public GameObject CircleArrowRight
return GameObject

CreditImage1 public_oe property

public GameObject CreditImage1
return GameObject

CreditImage2 public_oe property

public GameObject CreditImage2
return GameObject

CreditImage3 public_oe property

public GameObject CreditImage3
return GameObject

CreditPage public_oe static_oe property

public static int CreditPage
return int