Documentation
¶
Index ¶
- type EntityManagerStub
- func (stub *EntityManagerStub) AddEntityComponent(arg1 alias1.Entity, arg2 alias1.ComponentType, arg3 interface{})
- func (stub *EntityManagerStub) AddEntityComponentArgsForCall(index int) (alias1.Entity, alias1.ComponentType, interface{})
- func (stub *EntityManagerStub) AddEntityComponentCallCount() int
- func (stub *EntityManagerStub) CreateEntity() alias1.Entity
- func (stub *EntityManagerStub) CreateEntityCallCount() int
- func (stub *EntityManagerStub) CreateEntityReturns(result1 alias1.Entity)
- func (stub *EntityManagerStub) DeleteAllEntities()
- func (stub *EntityManagerStub) DeleteAllEntitiesCallCount() int
- func (stub *EntityManagerStub) DeleteEntity(arg1 alias1.Entity)
- func (stub *EntityManagerStub) DeleteEntityArgsForCall(index int) alias1.Entity
- func (stub *EntityManagerStub) DeleteEntityCallCount() int
- func (stub *EntityManagerStub) EntityComponent(arg1 alias1.Entity, arg2 alias1.ComponentType) interface{}
- func (stub *EntityManagerStub) EntityComponentArgsForCall(index int) (alias1.Entity, alias1.ComponentType)
- func (stub *EntityManagerStub) EntityComponentCallCount() int
- func (stub *EntityManagerStub) EntityComponentReturns(result1 interface{})
- func (stub *EntityManagerStub) EntityHasComponent(arg1 alias1.Entity, arg2 alias1.ComponentType) bool
- func (stub *EntityManagerStub) EntityHasComponentArgsForCall(index int) (alias1.Entity, alias1.ComponentType)
- func (stub *EntityManagerStub) EntityHasComponentCallCount() int
- func (stub *EntityManagerStub) EntityHasComponentReturns(result1 bool)
- func (stub *EntityManagerStub) HasEntity(arg1 alias1.Entity) bool
- func (stub *EntityManagerStub) HasEntityArgsForCall(index int) alias1.Entity
- func (stub *EntityManagerStub) HasEntityCallCount() int
- func (stub *EntityManagerStub) HasEntityReturns(result1 bool)
- func (stub *EntityManagerStub) RemoveEntityComponent(arg1 alias1.Entity, arg2 alias1.ComponentType)
- func (stub *EntityManagerStub) RemoveEntityComponentArgsForCall(index int) (alias1.Entity, alias1.ComponentType)
- func (stub *EntityManagerStub) RemoveEntityComponentCallCount() int
- type EventListenerStub
- type EventStub
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EntityManagerStub ¶
type EntityManagerStub struct {
StubGUID int
CreateEntityStub func() (result1 alias1.Entity)
HasEntityStub func(arg1 alias1.Entity) (result1 bool)
DeleteEntityStub func(arg1 alias1.Entity)
DeleteAllEntitiesStub func()
AddEntityComponentStub func(arg1 alias1.Entity, arg2 alias1.ComponentType, arg3 interface{})
EntityHasComponentStub func(arg1 alias1.Entity, arg2 alias1.ComponentType) (result1 bool)
EntityComponentStub func(arg1 alias1.Entity, arg2 alias1.ComponentType) (result1 interface{})
RemoveEntityComponentStub func(arg1 alias1.Entity, arg2 alias1.ComponentType)
// contains filtered or unexported fields
}
func (*EntityManagerStub) AddEntityComponent ¶
func (stub *EntityManagerStub) AddEntityComponent(arg1 alias1.Entity, arg2 alias1.ComponentType, arg3 interface{})
func (*EntityManagerStub) AddEntityComponentArgsForCall ¶
func (stub *EntityManagerStub) AddEntityComponentArgsForCall(index int) (alias1.Entity, alias1.ComponentType, interface{})
func (*EntityManagerStub) AddEntityComponentCallCount ¶
func (stub *EntityManagerStub) AddEntityComponentCallCount() int
func (*EntityManagerStub) CreateEntity ¶
func (stub *EntityManagerStub) CreateEntity() alias1.Entity
func (*EntityManagerStub) CreateEntityCallCount ¶
func (stub *EntityManagerStub) CreateEntityCallCount() int
func (*EntityManagerStub) CreateEntityReturns ¶
func (stub *EntityManagerStub) CreateEntityReturns(result1 alias1.Entity)
func (*EntityManagerStub) DeleteAllEntities ¶
func (stub *EntityManagerStub) DeleteAllEntities()
func (*EntityManagerStub) DeleteAllEntitiesCallCount ¶
func (stub *EntityManagerStub) DeleteAllEntitiesCallCount() int
func (*EntityManagerStub) DeleteEntity ¶
func (stub *EntityManagerStub) DeleteEntity(arg1 alias1.Entity)
func (*EntityManagerStub) DeleteEntityArgsForCall ¶
func (stub *EntityManagerStub) DeleteEntityArgsForCall(index int) alias1.Entity
func (*EntityManagerStub) DeleteEntityCallCount ¶
func (stub *EntityManagerStub) DeleteEntityCallCount() int
func (*EntityManagerStub) EntityComponent ¶
func (stub *EntityManagerStub) EntityComponent(arg1 alias1.Entity, arg2 alias1.ComponentType) interface{}
func (*EntityManagerStub) EntityComponentArgsForCall ¶
func (stub *EntityManagerStub) EntityComponentArgsForCall(index int) (alias1.Entity, alias1.ComponentType)
func (*EntityManagerStub) EntityComponentCallCount ¶
func (stub *EntityManagerStub) EntityComponentCallCount() int
func (*EntityManagerStub) EntityComponentReturns ¶
func (stub *EntityManagerStub) EntityComponentReturns(result1 interface{})
func (*EntityManagerStub) EntityHasComponent ¶
func (stub *EntityManagerStub) EntityHasComponent(arg1 alias1.Entity, arg2 alias1.ComponentType) bool
func (*EntityManagerStub) EntityHasComponentArgsForCall ¶
func (stub *EntityManagerStub) EntityHasComponentArgsForCall(index int) (alias1.Entity, alias1.ComponentType)
func (*EntityManagerStub) EntityHasComponentCallCount ¶
func (stub *EntityManagerStub) EntityHasComponentCallCount() int
func (*EntityManagerStub) EntityHasComponentReturns ¶
func (stub *EntityManagerStub) EntityHasComponentReturns(result1 bool)
func (*EntityManagerStub) HasEntity ¶
func (stub *EntityManagerStub) HasEntity(arg1 alias1.Entity) bool
func (*EntityManagerStub) HasEntityArgsForCall ¶
func (stub *EntityManagerStub) HasEntityArgsForCall(index int) alias1.Entity
func (*EntityManagerStub) HasEntityCallCount ¶
func (stub *EntityManagerStub) HasEntityCallCount() int
func (*EntityManagerStub) HasEntityReturns ¶
func (stub *EntityManagerStub) HasEntityReturns(result1 bool)
func (*EntityManagerStub) RemoveEntityComponent ¶
func (stub *EntityManagerStub) RemoveEntityComponent(arg1 alias1.Entity, arg2 alias1.ComponentType)
func (*EntityManagerStub) RemoveEntityComponentArgsForCall ¶
func (stub *EntityManagerStub) RemoveEntityComponentArgsForCall(index int) (alias1.Entity, alias1.ComponentType)
func (*EntityManagerStub) RemoveEntityComponentCallCount ¶
func (stub *EntityManagerStub) RemoveEntityComponentCallCount() int
type EventListenerStub ¶
type EventListenerStub struct {
StubGUID int
OnEventStub func(arg1 alias1.Event)
// contains filtered or unexported fields
}
func (*EventListenerStub) OnEvent ¶
func (stub *EventListenerStub) OnEvent(arg1 alias1.Event)
func (*EventListenerStub) OnEventArgsForCall ¶
func (stub *EventListenerStub) OnEventArgsForCall(index int) alias1.Event
func (*EventListenerStub) OnEventCallCount ¶
func (stub *EventListenerStub) OnEventCallCount() int
type EventStub ¶
type EventStub struct {
StubGUID int
SourceStub func() (result1 alias1.Entity)
// contains filtered or unexported fields
}
func (*EventStub) SourceCallCount ¶
func (*EventStub) SourceReturns ¶
Click to show internal directories.
Click to hide internal directories.