Click or drag to resize
IMyCubeBlockCalculateCurrentModel Method

[This is preliminary documentation and is subject to change.]

Calculates model currently used by block depending on its build progress and other factors

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
string CalculateCurrentModel(
	out Matrix orientation
)

Parameters

orientation
Type: Matrix
Model orientation

Return Value

Type: String
Model path
See Also