Preparing search index...
The search index is not available
rhodonite
rhodonite
default
ISceneGraphEntityMethods
Interface ISceneGraphEntityMethods
interface
ISceneGraphEntityMethods
{
children
:
SceneGraphComponent
[]
;
eulerAngles
:
IVector3
;
matrix
:
IMatrix44
;
matrixInner
:
IMatrix44
;
parent
?:
SceneGraphComponent
;
position
:
IVector3
;
positionRest
:
IVector3
;
rotation
:
IQuaternion
;
rotationRest
:
IQuaternion
;
scale
:
IVector3
;
addChild
(
sg
:
SceneGraphComponent
)
:
void
;
getSceneGraph
(
)
:
SceneGraphComponent
;
removeChild
(
sg
:
SceneGraphComponent
)
:
void
;
}
Index
Properties
children
euler
Angles
matrix
matrix
Inner
parent?
position
position
Rest
rotation
rotation
Rest
scale
Methods
add
Child
get
Scene
Graph
remove
Child
Properties
children
children
:
SceneGraphComponent
[]
euler
Angles
euler
Angles
:
IVector3
matrix
matrix
:
IMatrix44
matrix
Inner
matrix
Inner
:
IMatrix44
Optional
parent
parent
?:
SceneGraphComponent
position
position
:
IVector3
position
Rest
position
Rest
:
IVector3
rotation
rotation
:
IQuaternion
rotation
Rest
rotation
Rest
:
IQuaternion
scale
scale
:
IVector3
Methods
add
Child
add
Child
(
sg
)
:
void
Parameters
sg
:
SceneGraphComponent
Returns
void
get
Scene
Graph
get
Scene
Graph
(
)
:
SceneGraphComponent
Returns
SceneGraphComponent
remove
Child
remove
Child
(
sg
)
:
void
Parameters
sg
:
SceneGraphComponent
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
euler
Angles
matrix
matrix
Inner
parent
position
position
Rest
rotation
rotation
Rest
scale
Methods
add
Child
get
Scene
Graph
remove
Child
rhodonite
Loading...