Version: 2017.2

MenuCommandConstructor

매뉴얼로 전환
public MenuCommand (Object inContext, int inUserData);

설명

Creates a new MenuCommand object.

Context and userData will be initialized to inContext and inUserdata respectively.


public MenuCommand (Object inContext);

설명

Creates a new MenuCommand object.

Context will be initialized to inContext and userdata will be set to 0.