Skip to content

M_MSCLoader_LoadAssets_MakeGameObjectPickable

piotrulos edited this page Apr 7, 2023 · 3 revisions

LoadAssets.MakeGameObjectPickable Method

Make GameObject Pickable, make sure your GameObject has Rigidbody and colliders attached.

Namespace: MSCLoader
Assembly: MSCLoader (in MSCLoader.dll) Version: 1.2.11.286

Syntax

C#

public static void MakeGameObjectPickable(
	GameObject go
)

View Source

Parameters

 

go
Type: GameObject
Your GameObject

See Also

Reference

LoadAssets Class
MSCLoader Namespace

Clone this wiki locally