Target Type
定义技能、效果或交互的目标选择类型。
该枚举用于指定游戏内各种机制(如技能、治疗、伤害、增益/减益)的作用目标。 使用 enum class 提供类型安全和命名空间隔离。 每个枚举值都附带清晰的注释,说明其目标范围、是否包含自己以及典型使用场景。
Entries
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.