Class BaseSubstitutionTilingGrid.InternalPrototile
Inheritance
System.Object
BaseSubstitutionTilingGrid.InternalPrototile
Assembly: Sylves.dll
Syntax
protected class InternalPrototile : Object
Constructors
InternalPrototile()
Declaration
public InternalPrototile()
Fields
bound
Declaration
public BaseSubstitutionTilingGrid.Aabb bound
Field Value
Properties
Centers
Declaration
public Vector3[] Centers { get; set; }
Property Value
ChildPrototiles
Declaration
public (Matrix4x4, BaseSubstitutionTilingGrid.InternalPrototile)[] ChildPrototiles { get; set; }
Property Value
ChildTiles
Declaration
public Vector3[][] ChildTiles { get; set; }
Property Value
ExteriorPrototileAdjacencies
Declaration
public (int, int, int, int, int)[] ExteriorPrototileAdjacencies { get; set; }
Property Value
Type |
Description |
System.ValueTuple<System.Int32, System.Int32, System.Int32, System.Int32, System.Int32>[] |
|
ExteriorTileAdjacencies
Declaration
public (int, int, int, int, int)[] ExteriorTileAdjacencies { get; set; }
Property Value
Type |
Description |
System.ValueTuple<System.Int32, System.Int32, System.Int32, System.Int32, System.Int32>[] |
|
InteriorPrototileAdjacencies
Declaration
public (int, int, int, int)[] InteriorPrototileAdjacencies { get; set; }
Property Value
Type |
Description |
System.ValueTuple<System.Int32, System.Int32, System.Int32, System.Int32>[] |
|
InteriorTileAdjacencies
Declaration
public (int, int, int, int)[] InteriorTileAdjacencies { get; set; }
Property Value
Type |
Description |
System.ValueTuple<System.Int32, System.Int32, System.Int32, System.Int32>[] |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
PassthroughPrototileAdjacencies
Declaration
public (int, int, int, int)[] PassthroughPrototileAdjacencies { get; set; }
Property Value
Type |
Description |
System.ValueTuple<System.Int32, System.Int32, System.Int32, System.Int32>[] |
|
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|