C# 클래스 Signals.Examples.Logger

상속: ScriptableObject
파일 보기 프로젝트 열기: jheiling/unity-signals

공개 메소드들

메소드 설명
LogMovementInput ( Vector3 position ) : void
LogUnderMousePointer ( string name ) : void

메소드 상세

LogMovementInput() 공개 메소드

public LogMovementInput ( Vector3 position ) : void
position Vector3
리턴 void

LogUnderMousePointer() 공개 메소드

public LogUnderMousePointer ( string name ) : void
name string
리턴 void