C# 클래스 ExtensionMethods.ComponentExtensions

파일 보기 프로젝트 열기: jorgenpt/unity-utilities

공개 메소드들

메소드 설명
LPC ( this component, string name ) : void
SendMessagePlus ( this component, string name, SendMessageOptions options ) : void

메소드 상세

LPC() 공개 정적인 메소드

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

SendMessagePlus() 공개 정적인 메소드

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