C# 클래스 SphereActions, 1GAM03

상속: MonoBehaviour
파일 보기 프로젝트 열기: OneGameAMonth/1GAM03

공개 프로퍼티들

프로퍼티 타입 설명
augmentationStep float
ballDisminutionTime float
disminutionStep float
letter string
maxScale float
minScale float
offsetx int
offsety int
smoothDamp float
targetPos Vector3

공개 메소드들

메소드 설명
FixedUpdate ( ) : void
OnGUI ( ) : void
Start ( ) : void
doMove ( ) : void

메소드 상세

FixedUpdate() 공개 메소드

public FixedUpdate ( ) : void
리턴 void

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

doMove() 공개 메소드

public doMove ( ) : void
리턴 void

프로퍼티 상세

augmentationStep 공개적으로 프로퍼티

public float augmentationStep
리턴 float

ballDisminutionTime 공개적으로 프로퍼티

public float ballDisminutionTime
리턴 float

disminutionStep 공개적으로 프로퍼티

public float disminutionStep
리턴 float

letter 공개적으로 프로퍼티

public string letter
리턴 string

maxScale 공개적으로 프로퍼티

public float maxScale
리턴 float

minScale 공개적으로 프로퍼티

public float minScale
리턴 float

offsetx 공개적으로 프로퍼티

public int offsetx
리턴 int

offsety 공개적으로 프로퍼티

public int offsety
리턴 int

smoothDamp 공개적으로 프로퍼티

public float smoothDamp
리턴 float

targetPos 공개적으로 프로퍼티

public Vector3 targetPos
리턴 Vector3