Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


EnumToInt<T>(T)

Gets the integer representation of an enum value without boxing.
Read time 1 minuteLast updated 10 days ago

Definition

public static int EnumToInt<T>(T enumValue) where T : struct, IConvertible

Parameters

enumValue

T
Enum value to convert.

Returns

Type

Description

intReturns the integer representation of the enum value.