Click or drag to resize
TutorialManager.isModuleTypePreset Method

[Missing <summary> documentation for "M:Planetbase.TutorialManager.isModuleTypePreset(Planetbase.ModuleType,System.Int32@,UnityEngine.Vector3@)"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public bool isModuleTypePreset(
	ModuleType moduleType,
	out int size,
	out Vector3 position
)

Parameters

moduleType
Type: Planetbase.ModuleType

[Missing <param name="moduleType"/> documentation for "M:Planetbase.TutorialManager.isModuleTypePreset(Planetbase.ModuleType,System.Int32@,UnityEngine.Vector3@)"]

size
Type: System.Int32

[Missing <param name="size"/> documentation for "M:Planetbase.TutorialManager.isModuleTypePreset(Planetbase.ModuleType,System.Int32@,UnityEngine.Vector3@)"]

position
Type: Vector3

[Missing <param name="position"/> documentation for "M:Planetbase.TutorialManager.isModuleTypePreset(Planetbase.ModuleType,System.Int32@,UnityEngine.Vector3@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Planetbase.TutorialManager.isModuleTypePreset(Planetbase.ModuleType,System.Int32@,UnityEngine.Vector3@)"]

See Also