C# Class GameFramework.Skill.Trigers.MoveSectionInfo

显示文件 Open project: dreamanlan/CSharpGameFramework Class Usage Examples

Public Properties

Property Type Description
accelVect Vector3
curSpeedVect Vector3
lastUpdateTime float
moveTime float
speedVect Vector3
startTime float

Public Methods

Method Description
Clone ( ) : MoveSectionInfo

Method Details

Clone() public method

public Clone ( ) : MoveSectionInfo
return MoveSectionInfo

Property Details

accelVect public_oe property

public Vector3 accelVect
return Vector3

curSpeedVect public_oe property

public Vector3 curSpeedVect
return Vector3

lastUpdateTime public_oe property

public float lastUpdateTime
return float

moveTime public_oe property

public float moveTime
return float

speedVect public_oe property

public Vector3 speedVect
return Vector3

startTime public_oe property

public float startTime
return float