Documentation
¶
Overview ¶
Package Skin provides methods for working with Skin object instances.
Index ¶
- type Advanced
- type Any
- type Instance
- func (self Instance) AddBind(bone int, pose Transform3D.BasisOrigin)
- func (self Instance) AddNamedBind(name string, pose Transform3D.BasisOrigin)
- func (self Instance) AsObject() [1]gd.Object
- func (self Instance) AsRefCounted() [1]gd.RefCounted
- func (self Instance) AsResource() Resource.Instance
- func (self Instance) AsSkin() Instance
- func (self Instance) ClearBinds()
- func (self Instance) GetBindBone(bind_index int) int
- func (self Instance) GetBindCount() int
- func (self Instance) GetBindName(bind_index int) string
- func (self Instance) GetBindPose(bind_index int) Transform3D.BasisOrigin
- func (self Instance) SetBindBone(bind_index int, bone int)
- func (self Instance) SetBindCount(bind_count int)
- func (self Instance) SetBindName(bind_index int, name string)
- func (self Instance) SetBindPose(bind_index int, pose Transform3D.BasisOrigin)
- 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) AddBind ¶
func (self Instance) AddBind(bone int, pose Transform3D.BasisOrigin)
func (Instance) AddNamedBind ¶
func (self Instance) AddNamedBind(name string, pose Transform3D.BasisOrigin)
func (Instance) AsRefCounted ¶
func (self Instance) AsRefCounted() [1]gd.RefCounted
func (Instance) AsResource ¶
func (Instance) ClearBinds ¶
func (self Instance) ClearBinds()
func (Instance) GetBindBone ¶
func (Instance) GetBindCount ¶
func (Instance) GetBindName ¶
func (Instance) GetBindPose ¶
func (self Instance) GetBindPose(bind_index int) Transform3D.BasisOrigin
func (Instance) SetBindBone ¶
func (Instance) SetBindCount ¶
func (Instance) SetBindName ¶
func (Instance) SetBindPose ¶
func (self Instance) SetBindPose(bind_index int, pose Transform3D.BasisOrigin)
func (*Instance) UnsafePointer ¶
Click to show internal directories.
Click to hide internal directories.