Version: 2019.4
public static int EnumToInt (T enumValue);

パラメーター

enumValueEnum value to convert.

戻り値

int Returns the integer representation of the enum value.

説明

Return integer representation of enum value without boxing.