Метод | Описание | |
---|---|---|
GetAlignedContextCount ( ) : int |
Gets the total number of aligned (used) contexts of this chunk.
|
|
GetAnchor ( int index ) : |
Gets the anchor with the specified chunk-wide unique index.
|
|
GetContext ( int index ) : |
Gets the context with the specified chunk-wide unique index.
|
|
RemoveContext ( |
Removes passed context from the chunk's list of contexts.
|
Метод | Описание | |
---|---|---|
Chunk ( |
Constructs a new, empty chunk with a reference to the passed chunk template.
|
Метод | Описание | |
---|---|---|
Rotate ( ) : bool |
Rotates the chunk by 90°. Actual rotation algorithm is implemented by the concrete 2D and 3D chunk classes.
|
protected Chunk ( |
||
template | Chunk template the new chunk will be based on. | |
Результат | System |
public GetAnchor ( int index ) : |
||
index | int | Index of the anchor to get. |
Результат |
public GetContext ( int index ) : |
||
index | int | Index of the context to get. |
Результат |
public RemoveContext ( |
||
context | Context to be removed. | |
Результат | bool |