C# Class SocialGame.CheckSwitchObj

Inheritance: CheckCancleFigure
Mostra file Open project: BrainProject/UnityTemp

Public Properties

Property Type Description
owner int
parsedCheck Check
player1 UnityEngine.GameObject
player2 UnityEngine.GameObject
switchName string

Public Methods

Method Description
Start ( ) : void

Protected Methods

Method Description
EndTimer ( ) : void

Private Methods

Method Description
Update ( ) : void

Method Details

EndTimer() protected method

protected EndTimer ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

owner public_oe property

public int owner
return int

parsedCheck public_oe property

public Check,SocialGame parsedCheck
return Check

player1 public_oe property

public GameObject,UnityEngine player1
return UnityEngine.GameObject

player2 public_oe property

public GameObject,UnityEngine player2
return UnityEngine.GameObject

switchName public_oe property

public string switchName
return string