Property | Type | Description | |
---|---|---|---|
Animation | |||
ChildAdded | |||
ChildRemoved | |||
Children | Node>.Dictionary | ||
ChildrenList | List |
||
ComponentAdded | |||
ComponentRemoved | |||
Controller | |||
Id | String | ||
LocalRotation | Vector3 | ||
LocalScale | Vector3 | ||
LocalTranslation | Vector3 | ||
Parent | |||
TransformChanged |
Method | Description | |
---|---|---|
AddChild ( |
||
AddComponent ( |
||
BindController ( |
||
FindChild ( String id, System.Boolean deep ) : |
||
GetComponent ( String type ) : |
||
InvalidateWorldTransformation ( ) : void | ||
Node ( ) : System | ||
RemoveChild ( |
||
RemoveComponent ( |
||
Rotate ( float angle, Vector3 axis ) : void | ||
RotateX ( float angle ) : void | ||
RotateY ( float angle ) : void | ||
RotateZ ( float angle ) : void | ||
Scale ( Vector3 scale ) : void | ||
Translate ( Vector3 distance ) : void | ||
Translate3 ( float x, float y, float z ) : void |
Method | Description | |
---|---|---|
UpdateWorldTransformation ( ) : void |
public AddComponent ( |
||
component | ||
return | void |
public BindController ( |
||
controller | ||
return | void |
public FindChild ( String id, System.Boolean deep ) : |
||
id | String | |
deep | System.Boolean | |
return |
public GetComponent ( String type ) : |
||
type | String | |
return |
public InvalidateWorldTransformation ( ) : void | ||
return | void |
public RemoveChild ( |
||
child | ||
return | System.Boolean |
public RemoveComponent ( |
||
component | ||
return | void |
public Rotate ( float angle, Vector3 axis ) : void | ||
angle | float | |
axis | Vector3 | |
return | void |
public Translate3 ( float x, float y, float z ) : void | ||
x | float | |
y | float | |
z | float | |
return | void |
public Event,GLSharp.Core ComponentAdded | ||
return |
public Event,GLSharp.Core ComponentRemoved | ||
return |
public ControllerBase,GLSharp.Universe Controller | ||
return |