Skip to content

Commit

Permalink
Update pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 16, 2024
1 parent 510f112 commit 62d0e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ScriptReference/api/Actions/JCS_SimpleTrackAction.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<h1 id="jcs_simpletrackaction">JCS_SimpleTrackAction</h1><p>The action that moves toward a position.<h2 id="variables">Variables</h2><table><thead><tr><th id="name" style="text-align:left">Name<th id="description" style="text-align:left">Description<tbody><tr><td style="text-align:left">mTargetPos<td style="text-align:left">Target position to track.<tr><td style="text-align:left">mFriction<td style="text-align:left">How fast it moves toward to the target position?<tr><td style="text-align:left">mDeltaTimeType<td style="text-align:left">Type of the delta time.<tr><td style="text-align:left">mIgnoreX<td style="text-align:left">Don't track on x-axis?<tr><td style="text-align:left">mIgnoreY<td style="text-align:left">Don't track on y-axis?<tr><td style="text-align:left">mIgnoreZ<td style="text-align:left">Don't track on z-axis?</table><h2 id="functions">Functions</h2><table><thead><tr><th id="name" style="text-align:left">Name<th id="description" style="text-align:left">Description<tbody><tr><td style="text-align:left">DeltaTargetPosX<td style="text-align:left">Change the target position on x axis by adding it.<tr><td style="text-align:left">DeltaTargetPosY<td style="text-align:left">Change the target position on y axis by adding it.<tr><td style="text-align:left">DeltaTargetPosZ<td style="text-align:left">Change the target position on z axis by adding it.</table>
<h1 id="jcs_simpletrackaction">JCS_SimpleTrackAction</h1><p>The action that moves toward a position.<h2 id="variables">Variables</h2><table><thead><tr><th id="name" style="text-align:left">Name<th id="description" style="text-align:left">Description<tbody><tr><td style="text-align:left">mTarget<td style="text-align:left">Target transform; if null use target position instead.<tr><td style="text-align:left">mTargetPos<td style="text-align:left">Target position to track.<tr><td style="text-align:left">mFriction<td style="text-align:left">How fast it moves toward to the target position?<tr><td style="text-align:left">mDeltaTimeType<td style="text-align:left">Type of the delta time.<tr><td style="text-align:left">mIgnoreX<td style="text-align:left">Don't track on x-axis?<tr><td style="text-align:left">mIgnoreY<td style="text-align:left">Don't track on y-axis?<tr><td style="text-align:left">mIgnoreZ<td style="text-align:left">Don't track on z-axis?<tr><td style="text-align:left">mLocalTarget<td style="text-align:left">Use local variables for target instead.<tr><td style="text-align:left">mLocalSelf<td style="text-align:left">Use local variables for self instead.</table><h2 id="functions">Functions</h2><table><thead><tr><th id="name" style="text-align:left">Name<th id="description" style="text-align:left">Description<tbody><tr><td style="text-align:left">DeltaTargetPosX<td style="text-align:left">Change the target position on x axis by adding it.<tr><td style="text-align:left">DeltaTargetPosY<td style="text-align:left">Change the target position on y axis by adding it.<tr><td style="text-align:left">DeltaTargetPosZ<td style="text-align:left">Change the target position on z axis by adding it.</table>

0 comments on commit 62d0e34

Please sign in to comment.