Click or drag to resize

ControllerMapEnablerRuleSet Class

A set of Rules.
Inheritance Hierarchy
SystemObject
  RewiredControllerMapEnablerRuleSet

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public sealed class RuleSet : IList<ControllerMapEnablerRule>, 
	ICollection<ControllerMapEnablerRule>, IEnumerable<ControllerMapEnablerRule>, IEnumerable

The ControllerMapEnablerRuleSet type exposes the following members.

Constructors
  NameDescription
Public methodControllerMapEnablerRuleSet
Initializes a new instance of the ControllerMapEnablerRuleSet class
Public methodControllerMapEnablerRuleSet(ControllerMapEnablerRuleSet)
Initializes a new instance of the ControllerMapEnablerRuleSet class
Top
Properties
  NameDescription
Public propertyCount
Public propertyenabled
If enabled, the rule set will be evaluated. Otherwise, it will be ignored.
Public propertyItem
Public propertyrules
The Rule list.
Public propertytag
The tag.
Top
Methods
  NameDescription
Public methodAdd
Public methodClear
Public methodContains
Public methodCopyTo
Public methodFind
Finds the first Rule that satisfies the predicate.
Public methodFindIndex
Finds the index of the first Rule that satisfies the predicate.
Public methodFindLast
Finds the last Rule that satisfies the predicate.
Public methodFindLastIndex
Finds the index of the last Rule that satisfies the predicate.
Public methodGetEnumerator
Public methodIndexOf
Public methodInsert
Public methodRemove
Public methodRemoveAt
Top
See Also