LayerProcGen v0.1.0
Layer-based infinite procedural generation
Loading...
Searching...
No Matches
TransformWrapper

Transform stand-in that chunks can create outside of the main thread. More...

Public Member Functions

void AddChild (Transform child, bool matchParentLayer=false)
 Creates the wrapper's own Transform if it doesn't exist, then adds the child.
 
 TransformWrapper (Transform layerParent, Point chunkIndex)
 

Properties

Transform transform [get]
 

Detailed Description

Transform stand-in that chunks can create outside of the main thread.