Skip to content

Commit cbed8ff

Browse files
committed
feat: expose face forward
1 parent 12083cc commit cbed8ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Assets/JCSUnity/Scripts/Actions/3D/JCS_3DThrowAction.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ public class JCS_3DThrowAction : MonoBehaviour
7676
public Vector3 Velocity { get { return this.mVelocity; } }
7777
public float GravityProduct { get { return this.mGravityProduct; } set { this.mGravityProduct = value; } }
7878
public JCS_TimeType DeltaTimeType { get { return this.mTimeType; } set { this.mTimeType = value; } }
79+
public bool FaceFoward { get { return this.mFaceFoward; } set { this.mFaceFoward = value; } }
7980

8081
/* Functions */
8182

0 commit comments

Comments
 (0)