Class AnimatedSprite2D.MethodName
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Cached StringNames for the methods contained in this class, for fast lookup.
public class AnimatedSprite2D.MethodName : Node2D.MethodName
- Inheritance
-
AnimatedSprite2D.MethodName
- Inherited Members
Constructors
MethodName()
public MethodName()
Fields
GetAnimation
Cached name for the 'get_animation' method.
public static readonly StringName GetAnimation
Field Value
GetAutoplay
Cached name for the 'get_autoplay' method.
public static readonly StringName GetAutoplay
Field Value
GetFrame
Cached name for the 'get_frame' method.
public static readonly StringName GetFrame
Field Value
GetFrameProgress
Cached name for the 'get_frame_progress' method.
public static readonly StringName GetFrameProgress
Field Value
GetOffset
Cached name for the 'get_offset' method.
public static readonly StringName GetOffset
Field Value
GetPlayingSpeed
Cached name for the 'get_playing_speed' method.
public static readonly StringName GetPlayingSpeed
Field Value
GetSpeedScale
Cached name for the 'get_speed_scale' method.
public static readonly StringName GetSpeedScale
Field Value
GetSpriteFrames
Cached name for the 'get_sprite_frames' method.
public static readonly StringName GetSpriteFrames
Field Value
IsCentered
Cached name for the 'is_centered' method.
public static readonly StringName IsCentered
Field Value
IsFlippedH
Cached name for the 'is_flipped_h' method.
public static readonly StringName IsFlippedH
Field Value
IsFlippedV
Cached name for the 'is_flipped_v' method.
public static readonly StringName IsFlippedV
Field Value
IsPlaying
Cached name for the 'is_playing' method.
public static readonly StringName IsPlaying
Field Value
Pause
Cached name for the 'pause' method.
public static readonly StringName Pause
Field Value
Play
Cached name for the 'play' method.
public static readonly StringName Play
Field Value
PlayBackwards
Cached name for the 'play_backwards' method.
public static readonly StringName PlayBackwards
Field Value
SetAnimation
Cached name for the 'set_animation' method.
public static readonly StringName SetAnimation
Field Value
SetAutoplay
Cached name for the 'set_autoplay' method.
public static readonly StringName SetAutoplay
Field Value
SetCentered
Cached name for the 'set_centered' method.
public static readonly StringName SetCentered
Field Value
SetFlipH
Cached name for the 'set_flip_h' method.
public static readonly StringName SetFlipH
Field Value
SetFlipV
Cached name for the 'set_flip_v' method.
public static readonly StringName SetFlipV
Field Value
SetFrame
Cached name for the 'set_frame' method.
public static readonly StringName SetFrame
Field Value
SetFrameAndProgress
Cached name for the 'set_frame_and_progress' method.
public static readonly StringName SetFrameAndProgress
Field Value
SetFrameProgress
Cached name for the 'set_frame_progress' method.
public static readonly StringName SetFrameProgress
Field Value
SetOffset
Cached name for the 'set_offset' method.
public static readonly StringName SetOffset
Field Value
SetSpeedScale
Cached name for the 'set_speed_scale' method.
public static readonly StringName SetSpeedScale
Field Value
SetSpriteFrames
Cached name for the 'set_sprite_frames' method.
public static readonly StringName SetSpriteFrames
Field Value
Stop
Cached name for the 'stop' method.
public static readonly StringName Stop