DOMSphereCollider

From Virtual World Web Wiki
Jump to: navigation, search

Represents a sphere shaped DOMCollider

Remarks [edit]

Properties

float Radius {get; set;}
The radius of the sphere

Constructors

DOMSphereCollider()
Constructs a new DOMSphereCollider with default settings
DOMSphereCollider(DOMObject[] children)
Constructs a new DOMSphereCollider, adding children at the same time
DOMSphereCollider(string title, DOMObject[] children)
Constructs a new DOMSphereCollider, setting a title and adding children at the same time