[This is preliminary documentation and is subject to change.]
The ConditionChunk type exposes the following members.
Methods
|
Name |
Description |
|
Add(IWorldObject)
|
(Overrides Chunk..::..Add(IWorldObject).) |
|
Add(IWorldObject, Object)
|
|
|
Add(IWorldObject, Boolean, Object)
|
|
|
CalculateDimensionWeight
|
Calculates the weight for the specified dimension
(Inherited from Chunk.) |
|
ComputeStrength
|
Computes the strength of the chunk given the current input
(Overrides Chunk..::..ComputeStrength(ActivationCollection).) |
|
Contains(Guid)
|
(Inherited from Chunk.) |
|
Contains(IWorldObject)
|
(Inherited from Chunk.) |
|
Contains(Object, IComparable)
|
(Inherited from Chunk.) |
|
Contains(Guid, Boolean)
|
|
|
Contains(IWorldObject, Boolean)
|
|
|
Contains(Object, IComparable, Boolean)
|
|
|
ContainsDimension(Object)
|
(Inherited from Chunk.) |
|
ContainsDimension(Object, Double)
|
(Inherited from Chunk.) |
|
ContainsDimensionAsNOTActivated
|
(Inherited from Chunk.) |
|
Equals(Object)
|
(Inherited from Chunk<(Of <(<'T>)>)>.) |
|
Equals(ConditionChunk)
|
|
|
GetDimensionWeight
|
(Inherited from Chunk.) |
|
GetEnumerator
|
(Overrides Chunk..::..GetEnumerator()()()().) |
|
GetHashCode
|
Gets the hash code for the condition chunk
(Overrides Chunk<(Of <(<'T>)>)>..::..GetHashCode()()()().) |
|
Remove(Guid)
|
(Inherited from Chunk.) |
|
Remove(IWorldObject)
|
(Overrides Chunk..::..Remove(IWorldObject).) |
|
SetDimensionAsNOTActivated
|
Specifies that the dimension (with the specified ID) MUST contain NO activated values
(Inherited from Chunk.) |
|
SetDimensionWeight
|
Sets the weight of the dimension with the specified ID
(Inherited from Chunk.) |
|
ToString()()()()
|
(Inherited from Chunk.) |
|
ToString(Boolean)
|
(Inherited from Chunk.) |
|
ToString(String, Boolean)
|
(Overrides Chunk..::..ToString(String, Boolean).) |
Explicit Interface Implementations
See Also