Arbor 3: FSM & BT Graph Editor  3.7.8
FlexibleLoadSceneMode Class Reference

Class to handle a flexible LoadSceneMode type reference method there is more than one. More...

Inheritance diagram for FlexibleLoadSceneMode:
FlexibleField< LoadSceneMode >

Public Member Functions

 FlexibleLoadSceneMode ()
 FlexibleLoadSceneMode default constructor More...
 
 FlexibleLoadSceneMode (LoadSceneMode value)
 FlexibleLoadSceneMode constructor More...
 
 FlexibleLoadSceneMode (AnyParameterReference parameter)
 FlexibleLoadSceneMode constructor More...
 
 FlexibleLoadSceneMode (InputSlotAny slot)
 FlexibleLoadSceneMode constructor More...
 
- Public Member Functions inherited from FlexibleField< LoadSceneMode >
override object GetValueObject ()
 Return the value as object. More...
 
 FlexibleField ()
 FlexibleField default constructor More...
 
 FlexibleField (T value)
 FlexibleField constructor More...
 
 FlexibleField (AnyParameterReference parameter)
 FlexibleField constructor More...
 
 FlexibleField (InputSlotAny slot)
 FlexibleField constructor More...
 

Static Public Member Functions

static operator LoadSceneMode (FlexibleLoadSceneMode flexible)
 Cast FlexibleLoadSceneMode to LoadSceneMode. More...
 
static operator FlexibleLoadSceneMode (LoadSceneMode value)
 Cast LoadSceneMode to FlexibleLoadSceneMode. More...
 
- Static Public Member Functions inherited from FlexibleField< LoadSceneMode >
static operator T (FlexibleField< T > flexible)
 Cast FlexibleField to T. More...
 
static operator FlexibleField< T > (T value)
 Cast T to FlexibleField. More...
 

Additional Inherited Members

- Protected Attributes inherited from FlexibleField< LoadSceneMode >
_Value
 Constant value More...
 
AnyParameterReference _Parameter
 Parameter reference More...
 
InputSlotAny _Slot
 Data input slot More...
 
- Properties inherited from FlexibleField< LoadSceneMode >
override System.Type fieldType [get]
 It returns a field type. More...
 
Parameter parameter [get]
 It return a Paramter. More...
 
value [get]
 It returns a value More...
 

Detailed Description

Class to handle a flexible LoadSceneMode type reference method there is more than one.

Constructor & Destructor Documentation

◆ FlexibleLoadSceneMode() [1/4]

◆ FlexibleLoadSceneMode() [2/4]

FlexibleLoadSceneMode ( LoadSceneMode  value)

FlexibleLoadSceneMode constructor

Parameters
valueValue

◆ FlexibleLoadSceneMode() [3/4]

FlexibleLoadSceneMode constructor

Parameters
parameterParameter

◆ FlexibleLoadSceneMode() [4/4]

FlexibleLoadSceneMode constructor

Parameters
slotSlot

Member Function Documentation

◆ operator FlexibleLoadSceneMode()

static operator FlexibleLoadSceneMode ( LoadSceneMode  value)
explicitstatic

Cast LoadSceneMode to FlexibleLoadSceneMode.

Parameters
valueLoadSceneMode

◆ operator LoadSceneMode()

static operator LoadSceneMode ( FlexibleLoadSceneMode  flexible)
explicitstatic

Cast FlexibleLoadSceneMode to LoadSceneMode.

Parameters
flexibleFlexibleLoadSceneMode