Documentation
¶
Overview ¶
Package GLTFSkin provides methods for working with GLTFSkin object instances.
Index ¶
- type Advanced
- type Any
- type Instance
- func (self Instance) AsGLTFSkin() Instance
- func (self Instance) AsObject() [1]gd.Object
- func (self Instance) AsRefCounted() [1]gd.RefCounted
- func (self Instance) AsResource() Resource.Instance
- func (self Instance) GodotSkin() [1]gdclass.Skin
- func (self Instance) InverseBinds() []Transform3D.BasisOrigin
- func (self Instance) JointIToBoneI() map[any]any
- func (self Instance) JointIToName() map[any]any
- func (self Instance) Joints() []int32
- func (self Instance) JointsOriginal() []int32
- func (self Instance) NonJoints() []int32
- func (self Instance) Roots() []int32
- func (self Instance) SetGodotSkin(value [1]gdclass.Skin)
- func (self Instance) SetInverseBinds(value []Transform3D.BasisOrigin)
- func (self Instance) SetJointIToBoneI(value map[any]any)
- func (self Instance) SetJointIToName(value map[any]any)
- func (self Instance) SetJoints(value []int32)
- func (self Instance) SetJointsOriginal(value []int32)
- func (self Instance) SetNonJoints(value []int32)
- func (self Instance) SetRoots(value []int32)
- func (self Instance) SetSkeleton(value int)
- func (self Instance) SetSkinRoot(value int)
- func (self Instance) Skeleton() int
- func (self Instance) SkinRoot() int
- func (self *Instance) UnsafePointer() unsafe.Pointer
- func (self Instance) Virtual(name string) reflect.Value
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 Instance ¶
var Nil Instance
Nil is a nil/null instance of the class. Equivalent to the zero value.
func (Instance) AsGLTFSkin ¶
func (Instance) AsRefCounted ¶
func (self Instance) AsRefCounted() [1]gd.RefCounted
func (Instance) AsResource ¶
func (Instance) InverseBinds ¶
func (self Instance) InverseBinds() []Transform3D.BasisOrigin
func (Instance) JointIToBoneI ¶
func (Instance) JointIToName ¶
func (Instance) JointsOriginal ¶
func (Instance) SetGodotSkin ¶
func (Instance) SetInverseBinds ¶
func (self Instance) SetInverseBinds(value []Transform3D.BasisOrigin)
func (Instance) SetJointIToBoneI ¶
func (Instance) SetJointIToName ¶
func (Instance) SetJointsOriginal ¶
func (Instance) SetNonJoints ¶
func (Instance) SetSkeleton ¶
func (Instance) SetSkinRoot ¶
func (*Instance) UnsafePointer ¶
Click to show internal directories.
Click to hide internal directories.