C# 클래스 Constellation.Unity.KeyDown

상속: INode, IReceiver, IUpdatable
파일 보기 프로젝트 열기: ConstellationLanguage/Constellation-Flappy-bird

공개 프로퍼티들

프로퍼티 타입 설명
transform Constellation.Unity.Transform

공개 메소드들

메소드 설명
NodeName ( ) : string
NodeNamespace ( ) : string
OnUpdate ( ) : void
Receive ( Variable value, Input _input ) : void
Setup ( INodeParameters _nodeParameters ) : void

메소드 상세

NodeName() 공개 메소드

public NodeName ( ) : string
리턴 string

NodeNamespace() 공개 메소드

public NodeNamespace ( ) : string
리턴 string

OnUpdate() 공개 메소드

public OnUpdate ( ) : void
리턴 void

Receive() 공개 메소드

public Receive ( Variable value, Input _input ) : void
value Variable
_input Input
리턴 void

Setup() 공개 메소드

public Setup ( INodeParameters _nodeParameters ) : void
_nodeParameters INodeParameters
리턴 void

프로퍼티 상세

transform 공개적으로 프로퍼티

public Transform,Constellation.Unity transform
리턴 Constellation.Unity.Transform