C# Class ToiletDoorTap, HomeAlone

Inheritance: MonoBehaviour
Show file Open project: SNUGDC/HomeAlone

Public Properties

Property Type Description
IsSuccess bool
button GameObject

Public Methods

Method Description
DoorTap ( ) : void

Private Methods

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

Method Details

DoorTap() public method

public DoorTap ( ) : void
return void

Property Details

IsSuccess public static property

public static bool IsSuccess
return bool

button public property

public GameObject button
return GameObject