Skip to content

Instantly share code, notes, and snippets.

@peroon
Created November 26, 2015 12:16
Show Gist options
  • Save peroon/55f6a40ad22a063f55c1 to your computer and use it in GitHub Desktop.
Save peroon/55f6a40ad22a063f55c1 to your computer and use it in GitHub Desktop.
シーンに何か描きたい.cs
//ギズモ表示
void OnDrawGizmos(){
Gizmos.color = Color.white;
Gizmos.DrawWireCube(this.transform.position + myBounds.center , myBounds.size);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment