MCPcopy
hub / github.com/EngoEngine/engo / SetMinFilter

Method SetMinFilter

common/render.go:135–138  ·  view source on GitHub ↗

SetMinFilter sets the ZoomFilter used for minimizing the RenderComponent

(z ZoomFilter)

Source from the content-addressed store, hash-verified

133
134// SetMinFilter sets the ZoomFilter used for minimizing the RenderComponent
135func (r *RenderComponent) SetMinFilter(z ZoomFilter) {
136 r.minFilter = z
137 engo.Mailbox.Dispatch(renderChangeMessage{})
138}
139
140// SetMagFilter sets the ZoomFilter used for magnifying the RenderComponent
141func (r *RenderComponent) SetMagFilter(z ZoomFilter) {

Callers

nothing calls this directly

Calls 1

DispatchMethod · 0.80

Tested by

no test coverage detected