SendMessageOptions
UnityObjectLink
SendMessageOptions

enum:/TYPE/UnityEngine.SendMessageOptions///

Parent

UnityObjectLink

Variables
sendmessageoptions::​dontrequirereceiver
static readonly sendmessageoptions::dontrequirereceiver

enum constant number 1

sendmessageoptions::​requirereceiver
static readonly sendmessageoptions::requirereceiver

enum constant number 0

Functions
sendmessageoptions::​count
static System.Int32 GetEnumCount()

no documentation

Returns

System.Int32

sendmessageoptions::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.SendMessageOptions enum
)

no documentation

Parameters
enum
UnityEngine.SendMessageOptions

an enum of type SendMessageOptions

Returns

System.Int32

sendmessageoptions::​inttoenum
static UnityEngine.SendMessageOptions IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

an int lower than UnityEngine::SendMessageOptions::Count()

Returns

UnityEngine.SendMessageOptions

toint
System.String ToInt()

ToInt, equivalent to UnityEngine::SendMessageOptions::EnumToInt(enum)

Returns

System.String

tostring
System.String ToString()

ToString, equivalent to UnityEngine::SendMessageOptions::EnumToString(enum)

Returns

System.String