BoxCollider
.center
Manual
Reference
Scripting
Scripting
>
Runtime Classes
>
BoxCollider
BoxCollider
.center
Menu
Overview
Runtime Classes
Attributes
Enumerations
Editor Classes
Enumerations
History
Index
BoxCollider
All Members
Variables
center
size
Inherited Variables
animation
attachedRigidbody
audio
bounds
camera
collider
constantForce
gameObject
guiText
guiTexture
hideFlags
hingeJoint
isTrigger
light
material
name
networkView
particleEmitter
renderer
rigidbody
sharedMaterial
tag
transform
Inherited Functions
BroadcastMessage
ClosestPointOnBounds
CompareTag
GetComponent
GetComponent.<T>
GetComponentInChildren
GetComponentInChildren.<T>
GetComponents
GetComponents.<T>
GetComponentsInChildren
GetComponentsInChildren.<T>
GetInstanceID
Raycast
SendMessage
SendMessageUpwards
ToString
Inherited Class Functions
Destroy
DestroyImmediate
DontDestroyOnLoad
FindObjectOfType
FindObjectsOfType
Instantiate
Instantiate.<T>
operator !=
operator ==
operator bool
var
center :
Vector3
Description
The center of the box, measured in the object's local space.
// Reset the center to the transform's position
collider.center =
Vector3.zero
;