C# 클래스 RotatePlant, FIcontent.Gaming.Enabler.phenomobilecharactermanager

상속: MonoBehaviour
파일 보기 프로젝트 열기: fi-content2-games-platform/FIcontent.Gaming.Enabler.phenomobilecharactermanager

공개 프로퍼티들

프로퍼티 타입 설명
objects GameObject[]
smoothTime float
xSpeed float
yMaxLimit float
yMinLimit float
ySpeed float

공개 메소드들

메소드 설명
OnZoom ( ) : void

비공개 메소드들

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

메소드 상세

OnZoom() 공개 메소드

public OnZoom ( ) : void
리턴 void

프로퍼티 상세

objects 공개적으로 프로퍼티

public GameObject[] objects
리턴 GameObject[]

smoothTime 공개적으로 프로퍼티

public float smoothTime
리턴 float

xSpeed 공개적으로 프로퍼티

public float xSpeed
리턴 float

yMaxLimit 공개적으로 프로퍼티

public float yMaxLimit
리턴 float

yMinLimit 공개적으로 프로퍼티

public float yMinLimit
리턴 float

ySpeed 공개적으로 프로퍼티

public float ySpeed
리턴 float