IGameController.User Property

Definition

The user associated with the controller.

public:
 property User ^ User { User ^ get(); };
User User();
public User User { get; }
var user = iGameController.user;
Public ReadOnly Property User As User

Property Value

The user associated with the controller.

Applies to

See also