RootMotionView

package
v0.0.0-...-ae8aae0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 30, 2025 License: MIT Imports: 22 Imported by: 0

Documentation

Overview

Package RootMotionView provides methods for working with RootMotionView object instances.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Advanced

type Advanced = class

Advanced exposes a 1:1 low-level instance of the class, undocumented, for those who know what they are doing.

type Any

type Any interface {
	gd.IsClass
	AsRootMotionView() Instance
}

type Instance

type Instance [1]gdclass.RootMotionView

[i]Root motion[/i] refers to an animation technique where a mesh's skeleton is used to give impulse to a character. When working with 3D animations, a popular technique is for animators to use the root skeleton bone to give motion to the rest of the skeleton. This allows animating characters in a way where steps actually match the floor below. It also allows precise interaction with objects during cinematics. See also [AnimationMixer]. [b]Note:[/b] [RootMotionView] is only visible in the editor. It will be hidden automatically in the running project.

var Nil Instance

Nil is a nil/null instance of the class. Equivalent to the zero value.

func New

func New() Instance

func (Instance) AnimationPath

func (self Instance) AnimationPath() string

func (Instance) AsNode

func (self Instance) AsNode() Node.Instance

func (Instance) AsNode3D

func (self Instance) AsNode3D() Node3D.Instance

func (Instance) AsObject

func (self Instance) AsObject() [1]gd.Object

func (Instance) AsRootMotionView

func (self Instance) AsRootMotionView() Instance

func (Instance) AsVisualInstance3D

func (self Instance) AsVisualInstance3D() VisualInstance3D.Instance

func (Instance) CellSize

func (self Instance) CellSize() Float.X

func (Instance) Color

func (self Instance) Color() Color.RGBA

func (Instance) Radius

func (self Instance) Radius() Float.X

func (Instance) SetAnimationPath

func (self Instance) SetAnimationPath(value string)

func (Instance) SetCellSize

func (self Instance) SetCellSize(value Float.X)

func (Instance) SetColor

func (self Instance) SetColor(value Color.RGBA)

func (Instance) SetRadius

func (self Instance) SetRadius(value Float.X)

func (Instance) SetZeroY

func (self Instance) SetZeroY(value bool)

func (*Instance) UnsafePointer

func (self *Instance) UnsafePointer() unsafe.Pointer

func (Instance) Virtual

func (self Instance) Virtual(name string) reflect.Value

func (Instance) ZeroY

func (self Instance) ZeroY() bool

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL