We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12083cc commit cbed8ffCopy full SHA for cbed8ff
Assets/JCSUnity/Scripts/Actions/3D/JCS_3DThrowAction.cs
@@ -76,6 +76,7 @@ public class JCS_3DThrowAction : MonoBehaviour
76
public Vector3 Velocity { get { return this.mVelocity; } }
77
public float GravityProduct { get { return this.mGravityProduct; } set { this.mGravityProduct = value; } }
78
public JCS_TimeType DeltaTimeType { get { return this.mTimeType; } set { this.mTimeType = value; } }
79
+ public bool FaceFoward { get { return this.mFaceFoward; } set { this.mFaceFoward = value; } }
80
81
/* Functions */
82
0 commit comments