Legacy Documentation: Version 2018.2 (Go to current version)
LanguageEnglish
  • C#

MenuCommand Constructor

public MenuCommand(Object inContext, int inUserData);

Description

Creates a new MenuCommand object.

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


public MenuCommand(Object inContext);

Description

Creates a new MenuCommand object.

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

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答