Table of Contents

Class VABSizeLimits

Namespace
KSP.OAB
Assembly
Assembly-CSharp.dll
public class VABSizeLimits : IObjectAssemblyBuilderSizeLimits
Inheritance
VABSizeLimits
Implements
Inherited Members
Extension Methods

Constructors

VABSizeLimits(GameObject, Vector3, float, float, float)

public VABSizeLimits(GameObject gameObj, Vector3 center, float height, float width, float depth)

Parameters

gameObj GameObject
center Vector3
height float
width float
depth float

Methods

EnableDebugSizeLimits(bool)

public void EnableDebugSizeLimits(bool enable)

Parameters

enable bool

IsAssemblyOutOfBounds(Bounds)

public bool IsAssemblyOutOfBounds(Bounds assemblyBounds)

Parameters

assemblyBounds Bounds

Returns

bool