MCPcopy Create free account
hub / github.com/esengine/esengine / all

Method all

packages/engine-shared/src/types/blend.rs:57–66  ·  view source on GitHub ↗

获取所有混合模式 Get all blend modes.

()

Source from the content-addressed store, hash-verified

55 ///
56 /// Get all blend modes.
57 pub const fn all() -> &'static [BlendMode] {
58 &[
59 BlendMode::None,
60 BlendMode::Alpha,
61 BlendMode::Additive,
62 BlendMode::Multiply,
63 BlendMode::Screen,
64 BlendMode::PremultipliedAlpha,
65 ]
66 }
67
68 /// 获取混合模式名称
69 ///

Callers 15

constructorMethod · 0.45
constructorMethod · 0.45
preloadTexturesMethod · 0.45
constructorMethod · 0.45
preloadFontsMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
restoreExpandedStateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected