DrawingModuleDuplicatePrefab Method
This method instantiates prefab at the given position according to the settings.
Namespace: NorthLab.PrefabDrawerAssembly: NL.PrefabDrawer (in NL.PrefabDrawer.dll) Version: 1.0.0.0
public GameObject DuplicatePrefab(
Drawable drawable,
RaycastHit hit
)
- drawable Drawable
- Prefab and it's settings.
- hit RaycastHit
[Missing <param name="hit"/> documentation for "M:NorthLab.PrefabDrawer.DrawingModule.DuplicatePrefab(NorthLab.PrefabDrawer.Drawable,UnityEngine.RaycastHit)"]
GameObjectInstantiated object.