C# 클래스 ScrollBase

상속: LMWidgets.LeapPhysicsBase
파일 보기 프로젝트 열기: leapmotion/ImageGrid

공개 프로퍼티들

프로퍼티 타입 설명
ContainerBottomBound Transform
ContainerTopBound Transform
ContentBottomBound Transform
ContentTopBound Transform
ContentTransform Transform
Drag float
InteractionScale float
SnapSpringForce float

보호된 프로퍼티들

프로퍼티 타입 설명
m_contentPivot Vector3
m_dampingForce float
m_velocity float

보호된 메소드들

메소드 설명
ApplyConstraints ( ) : void
ApplyInteractions ( ) : void
ApplyPhysics ( ) : void
ResetPivots ( ) : void
Start ( ) : void
applyDrag ( ) : void
applyOverrunSpringForces ( ) : void

Applies a spring force to velocity to return content to scroller bounds.

applyVelocity ( ) : void
calculate1DSpringForce ( float offsetVector ) : float
calculateOverrunMagnitude ( ) : float

메소드 상세

ApplyConstraints() 보호된 메소드

protected ApplyConstraints ( ) : void
리턴 void

ApplyInteractions() 보호된 메소드

protected ApplyInteractions ( ) : void
리턴 void

ApplyPhysics() 보호된 메소드

protected ApplyPhysics ( ) : void
리턴 void

ResetPivots() 보호된 메소드

protected ResetPivots ( ) : void
리턴 void

Start() 보호된 메소드

protected Start ( ) : void
리턴 void

applyDrag() 보호된 메소드

protected applyDrag ( ) : void
리턴 void

applyOverrunSpringForces() 보호된 메소드

Applies a spring force to velocity to return content to scroller bounds.
protected applyOverrunSpringForces ( ) : void
리턴 void

applyVelocity() 보호된 메소드

protected applyVelocity ( ) : void
리턴 void

calculate1DSpringForce() 보호된 메소드

protected calculate1DSpringForce ( float offsetVector ) : float
offsetVector float
리턴 float

calculateOverrunMagnitude() 보호된 메소드

protected calculateOverrunMagnitude ( ) : float
리턴 float

프로퍼티 상세

ContainerBottomBound 공개적으로 프로퍼티

public Transform ContainerBottomBound
리턴 Transform

ContainerTopBound 공개적으로 프로퍼티

public Transform ContainerTopBound
리턴 Transform

ContentBottomBound 공개적으로 프로퍼티

public Transform ContentBottomBound
리턴 Transform

ContentTopBound 공개적으로 프로퍼티

public Transform ContentTopBound
리턴 Transform

ContentTransform 공개적으로 프로퍼티

public Transform ContentTransform
리턴 Transform

Drag 공개적으로 프로퍼티

public float Drag
리턴 float

InteractionScale 공개적으로 프로퍼티

public float InteractionScale
리턴 float

SnapSpringForce 공개적으로 프로퍼티

public float SnapSpringForce
리턴 float

m_contentPivot 보호되어 있는 프로퍼티

protected Vector3 m_contentPivot
리턴 Vector3

m_dampingForce 보호되어 있는 프로퍼티

protected float m_dampingForce
리턴 float

m_velocity 보호되어 있는 프로퍼티

protected float m_velocity
리턴 float