C# 클래스 TBPinchToScale, swip3

상속: MonoBehaviour
파일 보기 프로젝트 열기: unit9/swip3

공개 프로퍼티들

프로퍼티 타입 설명
maxScaleAmount float
minScaleAmount float
scaleWeights Vector3
sensitivity float
smoothingSpeed float

공개 메소드들

메소드 설명
OnPinch ( PinchGesture, gesture ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

OnPinch() 공개 메소드

public OnPinch ( PinchGesture, gesture ) : void
gesture PinchGesture,
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

maxScaleAmount 공개적으로 프로퍼티

public float maxScaleAmount
리턴 float

minScaleAmount 공개적으로 프로퍼티

public float minScaleAmount
리턴 float

scaleWeights 공개적으로 프로퍼티

public Vector3 scaleWeights
리턴 Vector3

sensitivity 공개적으로 프로퍼티

public float sensitivity
리턴 float

smoothingSpeed 공개적으로 프로퍼티

public float smoothingSpeed
리턴 float