Prefab Drawer API Documentation
C#
Show/Hide TOC
Drawing
Module
Scene
Update Method
Called when Scene window is updated.
Definition
Namespace:
NorthLab.PrefabDrawer
Assembly:
NL.PrefabDrawer (in NL.PrefabDrawer.dll) Version: 1.0.0.0
C#
Copy
public
override
void
SceneUpdate
(
SceneView
sceneView
)
Parameters
sceneView
SceneView
Current SceneView.
Implements
IModule
SceneUpdate(SceneView)
See Also
Reference
DrawingModule Class
NorthLab.PrefabDrawer Namespace
In This Article
Definition
Parameters
Implements
See Also