C# Class ExtensionMethods.ComponentExtensions

Show file Open project: jorgenpt/unity-utilities

Public Methods

Method Description
LPC ( this component, string name ) : void
SendMessagePlus ( this component, string name, SendMessageOptions options ) : void

Method Details

LPC() public static method

public static LPC ( this component, string name ) : void
component this
name string
return void

SendMessagePlus() public static method

public static SendMessagePlus ( this component, string name, SendMessageOptions options ) : void
component this
name string
options SendMessageOptions
return void