Documentation ¶
Index ¶
- type AComponent
- type AEntity
- type Aframe
- func (a *Aframe) Aframe() js.Value
- func (a *Aframe) CacheEntity(e AEntity) error
- func (a *Aframe) GetCachedEntity(_id string) (AEntity, error)
- func (a *Aframe) GetEntityFromSceneByID(_id string) (js.Value, error)
- func (a *Aframe) RegisterComponent() error
- func (a *Aframe) SetPosition(_id string, _x, _y, _z float64) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AComponent ¶
type Aframe ¶
type Aframe struct {
// contains filtered or unexported fields
}
func (*Aframe) CacheEntity ¶
func (*Aframe) GetEntityFromSceneByID ¶
func (*Aframe) RegisterComponent ¶
Click to show internal directories.
Click to hide internal directories.