C# Class Klak.Wiring.Patcher.ConnectionTools

Afficher le fichier Open project: keijiro/Klak Class Usage Examples

Méthodes publiques

Méthode Description
ConnectSlots ( UnityEditor.Graphs fromSlot, UnityEditor.Graphs toSlot ) : bool
DisconnectSlots ( UnityEditor.Graphs fromSlot, UnityEditor.Graphs toSlot ) : void
GetEventDataType ( Type eventType ) : Type

Private Methods

Méthode Description
GetEventOfOutputSlot ( UnityEditor.Graphs slot ) : UnityEventBase
GetMethodOfInputSlot ( UnityEditor.Graphs slot ) : MethodInfo
GetUnityActionToInvokeMethod ( MethodInfo method ) : Type

Method Details

ConnectSlots() public static méthode

public static ConnectSlots ( UnityEditor.Graphs fromSlot, UnityEditor.Graphs toSlot ) : bool
fromSlot UnityEditor.Graphs
toSlot UnityEditor.Graphs
Résultat bool

DisconnectSlots() public static méthode

public static DisconnectSlots ( UnityEditor.Graphs fromSlot, UnityEditor.Graphs toSlot ) : void
fromSlot UnityEditor.Graphs
toSlot UnityEditor.Graphs
Résultat void

GetEventDataType() public static méthode

public static GetEventDataType ( Type eventType ) : Type
eventType System.Type
Résultat System.Type