Click or drag to resize

CustomControllerCreateCustomControllerSettings Class

Inheritance Hierarchy
SystemObject
  Rewired.ComponentControlsCustomControllerCreateCustomControllerSettings

Namespace:  Rewired.ComponentControls
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class CreateCustomControllerSettings

The CustomControllerCreateCustomControllerSettings type exposes the following members.

Constructors
  NameDescription
Public methodCustomControllerCreateCustomControllerSettings
Initializes a new instance of the CustomControllerCreateCustomControllerSettings class
Top
Properties
  NameDescription
Public propertyassignToPlayerId
The Player that will be assigned this Custom Controller when it is created.
Public propertycreateCustomController
If true, a new Custom Controller will be created. Otherwise, an existing Custom Controller will be found using the selector properties.
Public propertycustomControllerSourceId
The source id of the Custom Controller to create. Get this from the Rewired Input Manager.
Public propertydestroyCustomController
If true, the Custom Controller created by this component will be destroyed when this component is destroyed.
Top
See Also