Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Property ¶
type Property struct {
// contains filtered or unexported fields
}
func NewProperty ¶
func PropertyFromString ¶
type State ¶
type State struct {
// contains filtered or unexported fields
}
func (State) ToTextureKey ¶
type StateBuilder ¶
type StateBuilder struct {
// contains filtered or unexported fields
}
func StateBuilderFromStr ¶
func StateBuilderFromStr(str string) (StateBuilder, error)
func (*StateBuilder) Add ¶
func (s *StateBuilder) Add(prop ...Property) *StateBuilder
func (StateBuilder) Build ¶
func (s StateBuilder) Build() State
Click to show internal directories.
Click to hide internal directories.