C# 클래스 NOC_1_1_bouncingball_novectors, The-Nature-of-Code-Unity3DExamples

상속: MonoBehaviour
파일 보기 프로젝트 열기: JosephFiola/The-Nature-of-Code-Unity3DExamples

공개 프로퍼티들

프로퍼티 타입 설명
target Transform
xspeed float
yspeed float

공개 메소드들

메소드 설명
Update ( ) : void
setup ( ) : void

메소드 상세

Update() 공개 메소드

public Update ( ) : void
리턴 void

setup() 공개 메소드

public setup ( ) : void
리턴 void

프로퍼티 상세

target 공개적으로 프로퍼티

public Transform target
리턴 Transform

xspeed 공개적으로 프로퍼티

public float xspeed
리턴 float

yspeed 공개적으로 프로퍼티

public float yspeed
리턴 float