C# 클래스 PokeMovement, Final_Project_Main

상속: MonoBehaviour
파일 보기 프로젝트 열기: framadan/Final_Project_Main

공개 프로퍼티들

프로퍼티 타입 설명
d float
duck GameObject
l float
leaf GameObject
r float
rock GameObject
s float
squirt GameObject
timer float

공개 메소드들

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

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

d 공개적으로 프로퍼티

public float d
리턴 float

duck 공개적으로 프로퍼티

public GameObject duck
리턴 GameObject

l 공개적으로 프로퍼티

public float l
리턴 float

leaf 공개적으로 프로퍼티

public GameObject leaf
리턴 GameObject

r 공개적으로 프로퍼티

public float r
리턴 float

rock 공개적으로 프로퍼티

public GameObject rock
리턴 GameObject

s 공개적으로 프로퍼티

public float s
리턴 float

squirt 공개적으로 프로퍼티

public GameObject squirt
리턴 GameObject

timer 공개적으로 프로퍼티

public float timer
리턴 float