C# Class THREE.Controls

Inheritance: Object3D
Afficher le fichier Open project: guidovanhilst/SharpThreejs

Méthodes publiques

Свойство Type Description
camera Camera
dynamicDampingFactor double
enabled bool
keys int[]
noPan bool
noZoom bool
node Bridge.Html5.Node
panSpeed double
rotateSpeed double
size double
space string
staticMoving bool
target Vector3
zoomSpeed double

Méthodes publiques

Méthode Description
addEventListener ( string p, System.Action render ) : void
attach ( Mesh mesh ) : void
setMode ( string p ) : void
setSize ( double p ) : void
setSpace ( string p ) : void
update ( ) : void

Method Details

addEventListener() public méthode

public addEventListener ( string p, System.Action render ) : void
p string
render System.Action
Résultat void

attach() public méthode

public attach ( Mesh mesh ) : void
mesh Mesh
Résultat void

setMode() public méthode

public setMode ( string p ) : void
p string
Résultat void

setSize() public méthode

public setSize ( double p ) : void
p double
Résultat void

setSpace() public méthode

public setSpace ( string p ) : void
p string
Résultat void

update() public méthode

public update ( ) : void
Résultat void

Property Details

camera public_oe property

public Camera,THREE camera
Résultat Camera

dynamicDampingFactor public_oe property

public double dynamicDampingFactor
Résultat double

enabled public_oe property

public bool enabled
Résultat bool

keys public_oe property

public int[] keys
Résultat int[]

noPan public_oe property

public bool noPan
Résultat bool

noZoom public_oe property

public bool noZoom
Résultat bool

node public_oe property

public Node,Bridge.Html5 node
Résultat Bridge.Html5.Node

panSpeed public_oe property

public double panSpeed
Résultat double

rotateSpeed public_oe property

public double rotateSpeed
Résultat double

size public_oe property

public double size
Résultat double

space public_oe property

public string space
Résultat string

staticMoving public_oe property

public bool staticMoving
Résultat bool

target public_oe property

public Vector3 target
Résultat Vector3

zoomSpeed public_oe property

public double zoomSpeed
Résultat double