ActionType
一个行为的类型。行为不论形式,都分为主动行为与被动行为。
判定主动与被动一般可以通过这个行为能否随时随地进行主动发起来判断。
Properties
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.