Skip to content

Instantly share code, notes, and snippets.

@tanakaedu
Created April 1, 2018 07:23
Show Gist options
  • Save tanakaedu/17345759b68fbdd329dfc943888b8e64 to your computer and use it in GitHub Desktop.
Save tanakaedu/17345759b68fbdd329dfc943888b8e64 to your computer and use it in GitHub Desktop.
ジャンプ力を設定するコード(2D Game Kit)
public void SetVerticalMovement(float newVerticalMovement)
{
m_MoveVector.y = newVerticalMovement;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment