Struct gdnative_visual_script::VisualScriptVariableSet[][src]

pub struct VisualScriptVariableSet { /* fields omitted */ }

core class VisualScriptVariableSet inherits VisualScriptNode (reference counted).

Official documentation

See the documentation of this class in the Godot engine's official documentation.

Memory management

The lifetime of this object is automatically managed through reference counting.

Feature flag

This type is behind the gdnative crate's visual_script feature flag.

Class hierarchy

VisualScriptVariableSet inherits methods from:

Methods

impl VisualScriptVariableSet
[src]

Creates a new reference to the same reference-counted object.

Inherited from VisualScriptNode.

Inherited from VisualScriptNode.

Inherited from VisualScriptNode.

Inherited from VisualScriptNode.

Inherited from VisualScriptNode.

Inherited from VisualScriptNode.

Inherited from Resource.

Inherited from Resource.

Inherited from Resource.

Inherited from Resource.

Inherited from Resource.

Inherited from Resource.

Inherited from Resource.

Inherited from Resource.

Inherited from Resource.

Inherited from Resource.

Inherited from Resource.

Inherited from Resource.

Inherited from Reference.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Up-cast.

Up-cast.

Up-cast.

Up-cast.

Generic dynamic cast.

Trait Implementations

impl Debug for VisualScriptVariableSet
[src]

Formats the value using the given formatter. Read more

impl GodotObject for VisualScriptVariableSet
[src]

impl ToVariant for VisualScriptVariableSet
[src]

impl Drop for VisualScriptVariableSet
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations