Indicates whether the model modelName is at pos.

Namespace:  SGP.Baltie
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public bool IsModelInCube(
	string modelName,
	Vector3Int pos
)

Parameters

modelName
Type: System..::.String
The model name.
pos
Type: SGP.Baltie..::.Vector3Int
The cube coordinate.

Return Value

Returns , whether the model is at pos.

See Also