Click or drag to resize
XDL

NXSCEditEventInner Delegate

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

Namespace:  Pixoneer.NXDL.NSCENE
Assembly:  NXDLscene (in NXDLscene.dll) Version: 1.2.817.72
Syntax
C#
public delegate bool NXSCEditEventInner(
	[T:Pixoneer.XDL.XSmartPtr<Pixoneer::XDL::SCENE::XscObj>]* pObj
)

Parameters

pObj
Type: [T:Pixoneer.XDL.XSmartPtr<Pixoneer::XDL::SCENE::XscObj>]*
이벤트 소스의 기본 Scene 객체. 이벤트 소스의 기본 Scene 객체. 이벤트 소스의 기본 Scene 객체.

Return Value

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

Return Value

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

Return Value

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