C# Class InteractableButtonCheck, Team4BabelGame

Inheritance: MonoBehaviour
显示文件 Open project: veselin-/Team4BabelGame

Public Properties

Property Type Description
petlock GameObject

Public Methods

Method Description
RGBtoColorValue ( int value ) : float
Start ( ) : void
Update ( ) : void

Method Details

RGBtoColorValue() public method

public RGBtoColorValue ( int value ) : float
value int
return float

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

petlock public_oe property

public GameObject petlock
return GameObject