C# Class NodeInspector.Editor.ObjectConnector

Afficher le fichier Open project: nicloay/Node-Inspector Class Usage Examples

Méthodes publiques

Méthode Description
CouldConnectTwoJointsWithTypes ( JointType type1, JointType type2 ) : bool
CreateNewConnection ( Joint joint1, Joint joint2 ) : void
TryToMakeNewConnection ( Joint from, Joint to, Connection lastDraggedConnection ) : void
UpdateExistingConnection ( Joint jointFrom, Joint jointTo, Connection existingConnection ) : void

Private Methods

Méthode Description
ClearReffToAnotherObject ( Joint joint ) : void

Method Details

CouldConnectTwoJointsWithTypes() public static méthode

public static CouldConnectTwoJointsWithTypes ( JointType type1, JointType type2 ) : bool
type1 JointType
type2 JointType
Résultat bool

CreateNewConnection() public static méthode

public static CreateNewConnection ( Joint joint1, Joint joint2 ) : void
joint1 UnityEngine.Joint
joint2 UnityEngine.Joint
Résultat void

TryToMakeNewConnection() public static méthode

public static TryToMakeNewConnection ( Joint from, Joint to, Connection lastDraggedConnection ) : void
from UnityEngine.Joint
to UnityEngine.Joint
lastDraggedConnection Connection
Résultat void

UpdateExistingConnection() public static méthode

public static UpdateExistingConnection ( Joint jointFrom, Joint jointTo, Connection existingConnection ) : void
jointFrom UnityEngine.Joint
jointTo UnityEngine.Joint
existingConnection Connection
Résultat void