Show / Hide Table of Contents

Class BaseSubstitutionTilingGrid.InternalPrototile

Inheritance
System.Object
BaseSubstitutionTilingGrid.InternalPrototile
Namespace: Sylves
Assembly: Sylves.dll
Syntax
protected class InternalPrototile : Object

Constructors

InternalPrototile()

Declaration
public InternalPrototile()

Fields

bound

Declaration
public BaseSubstitutionTilingGrid.Aabb bound
Field Value
Type Description
BaseSubstitutionTilingGrid.Aabb

Properties

Centers

Declaration
public Vector3[] Centers { get; set; }
Property Value
Type Description
Vector3[]

ChildPrototiles

Declaration
public (Matrix4x4, BaseSubstitutionTilingGrid.InternalPrototile)[] ChildPrototiles { get; set; }
Property Value
Type Description
System.ValueTuple<Matrix4x4, BaseSubstitutionTilingGrid.InternalPrototile>[]

ChildTiles

Declaration
public Vector3[][] ChildTiles { get; set; }
Property Value
Type Description
Vector3[][]

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
In This Article
Back to top Generated by DocFX