- getCanvas
GodotMethod!(RID) getCanvas;
Undocumented in source.
- getCustomViewport
GodotMethod!(Node) getCustomViewport;
Undocumented in source.
- getLayer
GodotMethod!(long) getLayer;
Undocumented in source.
- getOffset
GodotMethod!(Vector2) getOffset;
Undocumented in source.
- getRotation
GodotMethod!(double) getRotation;
Undocumented in source.
- getRotationDegrees
GodotMethod!(double) getRotationDegrees;
Undocumented in source.
- getScale
GodotMethod!(Vector2) getScale;
Undocumented in source.
- getTransform
GodotMethod!(Transform2D) getTransform;
Undocumented in source.
- setCustomViewport
GodotMethod!(void, GodotObject) setCustomViewport;
Undocumented in source.
- setLayer
GodotMethod!(void, long) setLayer;
Undocumented in source.
- setOffset
GodotMethod!(void, Vector2) setOffset;
Undocumented in source.
- setRotation
GodotMethod!(void, double) setRotation;
Undocumented in source.
- setRotationDegrees
GodotMethod!(void, double) setRotationDegrees;
Undocumented in source.
- setScale
GodotMethod!(void, Vector2) setScale;
Undocumented in source.
- setTransform
GodotMethod!(void, Transform2D) setTransform;
Undocumented in source.