[This is preliminary documentation and is subject to change.]

The ActionChunk type exposes the following members.

Methods

  Name Description
Public method Add(IWorldObject) (Inherited from Chunk.)
Public method Add(ISubscribes<(Of <<'(ParameterChangeRequestedEventArgs>)>>), String, IComparable, TimedEventArgs..::..Timings)
Protected method CalculateDimensionWeight
Calculates the weight for the specified dimension
(Inherited from Chunk.)
Public method ComputeStrength
Computes the strength of the chunk given the current input
(Inherited from Chunk.)
Public method Contains(Guid) (Inherited from Chunk.)
Public method Contains(IWorldObject) (Inherited from Chunk.)
Public method Contains(Object, IComparable) (Inherited from Chunk.)
Public method Contains(ISubscribes<(Of <<'(ParameterChangeRequestedEventArgs>)>>), String)
Public method ContainsDimension(Object) (Inherited from Chunk.)
Public method ContainsDimension(Object, Double) (Inherited from Chunk.)
Public method ContainsDimensionAsNOTActivated (Inherited from Chunk.)
Public method ContainsTarget(ISubscribes<(Of <<'(ParameterChangeRequestedEventArgs>)>>))
Public method ContainsTarget(ISubscribes<(Of <<'(ParameterChangeRequestedEventArgs>)>>), Double)
Public method ContainsTargetAsNOTActivated
Public method Equals (Inherited from Chunk.)
Public method GetDimensionWeight (Inherited from Chunk.)
Public method GetEnumerator (Inherited from Chunk.)
Public method GetHashCode (Inherited from Chunk.)
Public method GetTargetWeight
Protected method Remove(Guid) (Inherited from Chunk.)
Public method Remove(IWorldObject) (Inherited from Chunk.)
Public method Remove(ISubscribes<(Of <<'(ParameterChangeRequestedEventArgs>)>>), String)
Public method SetDimensionAsNOTActivated
Specifies that the dimension (with the specified ID) MUST contain NO activated values
(Inherited from Chunk.)
Public method SetDimensionWeight
Sets the weight of the dimension with the specified ID
(Inherited from Chunk.)
Public method SetTargetAsNOTActivated
Specifies that the target MUST contain NO activated parameter changes
Public method SetTargetWeight
Public method ToString()()()() (Inherited from Chunk.)
Public method ToString(Boolean) (Inherited from Chunk.)
Public method ToString(String, Boolean) (Inherited from Chunk.)

Properties

  Name Description
Public property AsDimensionValuePair (Inherited from Chunk.)
Public property Count (Inherited from Chunk.)
Public property DimensionCount (Inherited from Chunk.)
Public property IsRepresentation (Inherited from Chunk.)
Public property Item[([( Guid])]) (Inherited from Chunk.)
Public property Item[([( Object])]) (Inherited from Chunk.)
Public property Item[([( Object, IComparable])]) (Inherited from Chunk.)
Public property Item[([( ISubscribes<(Of <<'(ParameterChangeRequestedEventArgs>)>>), String])])
Public property LabelAsIComparable (Inherited from Chunk.)
Public property StrengthCalculatorDelegate (Inherited from Chunk.)
Public property WeightCalculatorDelegate (Inherited from Chunk.)
Public property WorldID (Inherited from Chunk.)

Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private method IEnumerable..::..GetEnumerator (Inherited from Chunk.)

See Also