Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
UnityPlatformer
BoundsExtension
C# Class UnityPlatformer.BoundsExtension
UnityEngine.Bounds
Mostrar archivo
Open project: llafuente/unity-platformer
Public Methods
Method
Description
Draw
(
this
bounds
,
Transform
transform
,
Color
color
= null ) :
void
Draw the bounds using Debug.DrawRay
Method Details
Draw()
static
public
method
Draw the bounds using Debug.DrawRay
static
public
Draw
(
this
bounds
,
Transform
transform
,
Color
color
= null ) :
void
bounds
this
transform
UnityEngine.Transform
color
UnityEngine.Color
return
void