Interface IObjectAssemblyEnvironment
- Namespace
- KSP.OAB
- Assembly
- Assembly-CSharp.dll
public interface IObjectAssemblyEnvironment
- Extension Methods
-
Properties
CutsceneLocations
List<CutsceneLocationLink> CutsceneLocations { get; }
Property Value
- List<CutsceneLocationLink>
EnvironmentCenter
Transform EnvironmentCenter { get; }
Property Value
- Transform
EnvironmentType
OABEnvironmentType EnvironmentType { get; }
Property Value
- OABEnvironmentType
ObjectsToHideInOrthoMode
List<GameObject> ObjectsToHideInOrthoMode { get; }
Property Value
- List<GameObject>
Methods
BuildAreaBounds()
Collider BuildAreaBounds()
Returns
- Collider
BuildSizeLimits(OABVariant)
IObjectAssemblyBuilderSizeLimits BuildSizeLimits(OABVariant variant)
Parameters
variant OABVariant
Returns
- IObjectAssemblyBuilderSizeLimits
HideEnvironmentObjects()
void HideEnvironmentObjects()
ShowEnvironmentObjects()
void ShowEnvironmentObjects()