 | GameBehaviourGame Property |
Current game instance.
Namespace: Slash.Unity.Common.ECSAssembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntaxpublic Game Game { get; set; }
Public Property Game As Game
Get
Set
public:
property Game^ Game {
Game^ get ();
void set (Game^ value);
}
member Game : Game with get, set
Property Value
Type:
Game
See Also