C# 클래스 Nez.VirtualAxis

A virtual input represented as a float between -1 and 1
상속: VirtualInput
파일 보기 프로젝트 열기: prime31/Nez

공개 프로퍼티들

프로퍼티 타입 설명
nodes List

공개 메소드들

메소드 설명
VirtualAxis ( ) : System.Collections.Generic
update ( ) : void

메소드 상세

VirtualAxis() 공개 메소드

public VirtualAxis ( ) : System.Collections.Generic
리턴 System.Collections.Generic

update() 공개 메소드

public update ( ) : void
리턴 void

프로퍼티 상세

nodes 공개적으로 프로퍼티

public List nodes
리턴 List