C# Class PauseChangedMessage

Inheritance: Message
Mostrar archivo Open project: mezosaurus/eae-project Class Usage Examples

Public Properties

Property Type Description
isPaused bool

Public Methods

Method Description
PauseChangedMessage ( bool paused ) : UnityEngine

Method Details

PauseChangedMessage() public method

public PauseChangedMessage ( bool paused ) : UnityEngine
paused bool
return UnityEngine

Property Details

isPaused public_oe property

public bool isPaused
return bool