C# Class ExtensionMethods.ComponentExtensions

Afficher le fichier Open project: jorgenpt/unity-utilities

Méthodes publiques

Méthode Description
LPC ( this component, string name ) : void
SendMessagePlus ( this component, string name, SendMessageOptions options ) : void

Method Details

LPC() public static méthode

public static LPC ( this component, string name ) : void
component this
name string
Résultat void

SendMessagePlus() public static méthode

public static SendMessagePlus ( this component, string name, SendMessageOptions options ) : void
component this
name string
options SendMessageOptions
Résultat void