Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BulletHitBlockEventType = reflect.TypeOf(BulletHitBlockEvent{})
BulletHitBlockEventType is the reflect.Type of BulletHitBlockEventType
View Source
var MeshHitBlockEventType = reflect.TypeOf(MeshHitBlockEvent{})
MeshHitBlockEventType is the reflect.Type of MeshHitBlockEvent
View Source
var PlaneHitBlockEventType = reflect.TypeOf(PlaneHitBlockEvent{})
PlaneHitBlockEventType is the reflect.Type of PlaneHitBlockEvent
View Source
var RemoveTintEventType = reflect.TypeOf(RemoveTintEvent{})
RemoveTintEventType is the reflect.Type of RemoveTintEvent
Functions ¶
Types ¶
type BulletHitBlockEvent ¶
BulletHitBlockEvent is trigger when a bullet hit a block
type MeshHitBlockEvent ¶
MeshHitBlockEvent is trigger when the mesh hit a block
type PlaneHitBlockEvent ¶
PlaneHitBlockEvent is trigger when the plane hit a block
type RemoveTintEvent ¶
type RemoveTintEvent struct {
// contains filtered or unexported fields
}
RemoveTintEvent is a event to remove a tint
Click to show internal directories.
Click to hide internal directories.