Spatial.GDNativeClassBinding

Undocumented in source.
struct Spatial
package @nogc nothrow static
struct GDNativeClassBinding {}

Members

Static variables

_updateGizmo
GodotMethod!(void) _updateGizmo;
Undocumented in source.
forceUpdateTransform
GodotMethod!(void) forceUpdateTransform;
Undocumented in source.
getGizmo
GodotMethod!(SpatialGizmo) getGizmo;
Undocumented in source.
getGlobalTransform
GodotMethod!(Transform) getGlobalTransform;
Undocumented in source.
getParentSpatial
GodotMethod!(Spatial) getParentSpatial;
Undocumented in source.
getRotation
GodotMethod!(Vector3) getRotation;
Undocumented in source.
getRotationDegrees
GodotMethod!(Vector3) getRotationDegrees;
Undocumented in source.
getScale
GodotMethod!(Vector3) getScale;
Undocumented in source.
getTransform
GodotMethod!(Transform) getTransform;
Undocumented in source.
getTranslation
GodotMethod!(Vector3) getTranslation;
Undocumented in source.
getWorld
GodotMethod!(World) getWorld;
Undocumented in source.
globalRotate
GodotMethod!(void, Vector3, double) globalRotate;
Undocumented in source.
globalScale
GodotMethod!(void, Vector3) globalScale;
Undocumented in source.
globalTranslate
GodotMethod!(void, Vector3) globalTranslate;
Undocumented in source.
hide
GodotMethod!(void) hide;
Undocumented in source.
isLocalTransformNotificationEnabled
GodotMethod!(bool) isLocalTransformNotificationEnabled;
Undocumented in source.
isScaleDisabled
GodotMethod!(bool) isScaleDisabled;
Undocumented in source.
isSetAsToplevel
GodotMethod!(bool) isSetAsToplevel;
Undocumented in source.
isTransformNotificationEnabled
GodotMethod!(bool) isTransformNotificationEnabled;
Undocumented in source.
isVisible
GodotMethod!(bool) isVisible;
Undocumented in source.
isVisibleInTree
GodotMethod!(bool) isVisibleInTree;
Undocumented in source.
lookAt
GodotMethod!(void, Vector3, Vector3) lookAt;
Undocumented in source.
lookAtFromPosition
GodotMethod!(void, Vector3, Vector3, Vector3) lookAtFromPosition;
Undocumented in source.
orthonormalize
GodotMethod!(void) orthonormalize;
Undocumented in source.
rotate
GodotMethod!(void, Vector3, double) rotate;
Undocumented in source.
rotateObjectLocal
GodotMethod!(void, Vector3, double) rotateObjectLocal;
Undocumented in source.
rotateX
GodotMethod!(void, double) rotateX;
Undocumented in source.
rotateY
GodotMethod!(void, double) rotateY;
Undocumented in source.
rotateZ
GodotMethod!(void, double) rotateZ;
Undocumented in source.
scaleObjectLocal
GodotMethod!(void, Vector3) scaleObjectLocal;
Undocumented in source.
setAsToplevel
GodotMethod!(void, bool) setAsToplevel;
Undocumented in source.
setDisableScale
GodotMethod!(void, bool) setDisableScale;
Undocumented in source.
setGizmo
GodotMethod!(void, SpatialGizmo) setGizmo;
Undocumented in source.
setGlobalTransform
GodotMethod!(void, Transform) setGlobalTransform;
Undocumented in source.
setIdentity
GodotMethod!(void) setIdentity;
Undocumented in source.
setIgnoreTransformNotification
GodotMethod!(void, bool) setIgnoreTransformNotification;
Undocumented in source.
setNotifyLocalTransform
GodotMethod!(void, bool) setNotifyLocalTransform;
Undocumented in source.
setNotifyTransform
GodotMethod!(void, bool) setNotifyTransform;
Undocumented in source.
setRotation
GodotMethod!(void, Vector3) setRotation;
Undocumented in source.
setRotationDegrees
GodotMethod!(void, Vector3) setRotationDegrees;
Undocumented in source.
setScale
GodotMethod!(void, Vector3) setScale;
Undocumented in source.
setTransform
GodotMethod!(void, Transform) setTransform;
Undocumented in source.
setTranslation
GodotMethod!(void, Vector3) setTranslation;
Undocumented in source.
setVisible
GodotMethod!(void, bool) setVisible;
Undocumented in source.
show
GodotMethod!(void) show;
Undocumented in source.
toGlobal
GodotMethod!(Vector3, Vector3) toGlobal;
Undocumented in source.
toLocal
GodotMethod!(Vector3, Vector3) toLocal;
Undocumented in source.
translate
GodotMethod!(void, Vector3) translate;
Undocumented in source.
translateObjectLocal
GodotMethod!(void, Vector3) translateObjectLocal;
Undocumented in source.
updateGizmo
GodotMethod!(void) updateGizmo;
Undocumented in source.

Meta