Click or drag to resize
XDL

NXSCEditEvent Delegate

scene의 편집 이벤트 델리게이트(Delegate).
scene의 편집 이벤트 델리게이트(Delegate).

Namespace:  Pixoneer.NXDL.NSCENE
Assembly:  NXDLscene (in NXDLscene.dll) Version: 2.0.3.31
Syntax
C#
public delegate bool NXSCEditEvent(
	XscObj Obj
)

Parameters

Obj
Type: Pixoneer.NXDL.NSCENEXscObj

Return Value

Type: Boolean
성공이면 true, 실패하면 false를 반환한다.

Return Value

Type: Boolean
성공이면 true, 실패하면 false를 반환한다.
See Also