Created
November 26, 2015 12:16
-
-
Save peroon/55f6a40ad22a063f55c1 to your computer and use it in GitHub Desktop.
シーンに何か描きたい.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//ギズモ表示 | |
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