Click or drag to resize

PlayerControllerDefinition Class

Definition for Player Controller.
Inheritance Hierarchy
SystemObject
  RewiredPlayerControllerDefinition
    RewiredPlayerMouseDefinition

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class Definition

The PlayerControllerDefinition type exposes the following members.

Constructors
 NameDescription
Public methodPlayerControllerDefinition Creates a Definition with the default values.
Top
Fields
 NameDescription
Public fieldelements A list of element definitions used to create elements in the controller.
Public fieldenabled Is the controller enabled?
Public fieldplayerId The Player id of the Player used for the source of input.
Top
See Also