C# Class PauseButton, casanova-mk2

Inheritance: MonoBehaviour
ファイルを表示 Open project: vs-team/casanova-mk2 Class Usage Examples

Public Properties

Property Type Description
ID int
JustEntered bool
Pressed System.Boolean
UnityPause UnityPause,
count_down7 System.Single
frame int

Public Methods

Method Description
PauseButton ( ) : Casanova.Prelude
Rule0 ( float dt, World, world ) : void
Update ( float dt, World, world ) : void

Method Details

PauseButton() public method

public PauseButton ( ) : Casanova.Prelude
return Casanova.Prelude

Rule0() public method

public Rule0 ( float dt, World, world ) : void
dt float
world World,
return void

Update() public method

public Update ( float dt, World, world ) : void
dt float
world World,
return void

Property Details

ID public_oe property

public int ID
return int

JustEntered public_oe property

public bool JustEntered
return bool

Pressed public_oe property

public Boolean,System Pressed
return System.Boolean

UnityPause public_oe property

public UnityPause, UnityPause
return UnityPause,

count_down7 public_oe property

public Single,System count_down7
return System.Single

frame public_oe property

public int frame
return int