Show / Hide Table of Contents

Interface IMy2DClipmapNodeHandler

Namespace: Sandbox.Game.WorldEnvironment
Assembly: Sandbox.Game.dll
Syntax
public interface IMy2DClipmapNodeHandler

Methods

Close()

Declaration
void Close()

Init(IMy2DClipmapManager, Int32, Int32, Int32, ref BoundingBox2D)

Declaration
void Init(IMy2DClipmapManager parent, int x, int y, int lod, ref BoundingBox2D bounds)
Parameters
Type Name Description
IMy2DClipmapManager parent
System.Int32 x
System.Int32 y
System.Int32 lod
BoundingBox2D bounds

InitJoin(IMy2DClipmapNodeHandler[])

Declaration
void InitJoin(IMy2DClipmapNodeHandler[] children)
Parameters
Type Name Description
IMy2DClipmapNodeHandler[] children

Split(BoundingBox2D*, ref IMy2DClipmapNodeHandler[])

Declaration
void Split(BoundingBox2D*childBoxes, ref IMy2DClipmapNodeHandler[] children)
Parameters
Type Name Description
BoundingBox2D* childBoxes
IMy2DClipmapNodeHandler[] children
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾