摘要:
vareulerAngles:Vector3Description描述The rotation as Euler angles in degrees.旋转作为欧拉角度。The x, y, and z angles represent a rotation z degrees around the z... 阅读全文
摘要:
在NHibernate 3.3 中存储的字符串太长,会抛异常:The length of the string value exceeds the length configured in the mapping/parameter.有人会说这是新版NHibernate的一个Bug,3.2就不会出现... 阅读全文
摘要:
static vartimeScale: floatDescription描述The scale at which the time is passing. This can be used for slow motion effects.传递时间的缩放。这可以用于减慢运动效果。When timeS... 阅读全文
摘要:
functionFixedUpdate() : voidDescription描述This function is called every fixed framerate frame, if the MonoBehaviour is enabled.当MonoBehaviour启用时,其Fixed... 阅读全文
摘要:
static varfixedDeltaTime: floatDescription描述The interval in seconds at which physics and other fixed frame rate updates (like MonoBehaviour'sFixedUpda... 阅读全文
摘要:
Gizmos are used to give visual debugging or setup aids in the scene view.Gizmos是用于在场景视图可视化调试或辅助设置。All gizmo drawing has to be done in eitherOnDrawGizm... 阅读全文
摘要:
Quaternions are used to represent rotations.四元数用于表示旋转。They are compact, don't suffer from gimbal lock and can easily be interpolated. Unity internally... 阅读全文
摘要:
static functionInstantiate(original: Object,position:Vector3,rotation: Quaternion) : ObjectDescription描述Clones the object original and returns the clo... 阅读全文