C# 클래스 GameFramework.Skill.Trigers.MoveSectionInfo

파일 보기 프로젝트 열기: dreamanlan/CSharpGameFramework 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
accelVect Vector3
curSpeedVect Vector3
lastUpdateTime float
moveTime float
speedVect Vector3
startTime float

공개 메소드들

메소드 설명
Clone ( ) : MoveSectionInfo

메소드 상세

Clone() 공개 메소드

public Clone ( ) : MoveSectionInfo
리턴 MoveSectionInfo

프로퍼티 상세

accelVect 공개적으로 프로퍼티

public Vector3 accelVect
리턴 Vector3

curSpeedVect 공개적으로 프로퍼티

public Vector3 curSpeedVect
리턴 Vector3

lastUpdateTime 공개적으로 프로퍼티

public float lastUpdateTime
리턴 float

moveTime 공개적으로 프로퍼티

public float moveTime
리턴 float

speedVect 공개적으로 프로퍼티

public Vector3 speedVect
리턴 Vector3

startTime 공개적으로 프로퍼티

public float startTime
리턴 float