 | NXPlanetLayerSceneEditor_Event_HitTestObjs Delegate |
scene의 hit-test 이벤트 델리게이트(Delegate).
Namespace:
Pixoneer.NXDL.NSCENE
Assembly:
NXDLscene (in NXDLscene.dll) Version: 1.2.817.72
Syntaxpublic delegate bool NXPlanetLayerSceneEditor_Event_HitTestObjs(
int[] objID,
int size
)
Parameters
- objID
- Type: SystemInt32
이벤트 소스의 기본 scene의 객체 ID배열. - size
- Type: SystemInt32
hit-test의 사이즈.
Return Value
Type:
Boolean 성공이면 true, 실패하면 false를 반환한다.
See Also