------------------------ SpriteComponent::c-tor
| 68 | // SpriteComponent::c-tor |
| 69 | // |
| 70 | SpriteComponent::SpriteComponent(core::HashString const textureAsset, vec2 const& pivot, vec4 const& color) |
| 71 | : m_TextureAssetId(textureAsset) |
| 72 | , m_Pivot(pivot) |
| 73 | , m_Color(color) |
| 74 | {} |
| 75 | |
| 76 | //----------------------------- |
| 77 | // SpriteComponent::SetTexture |
nothing calls this directly
no outgoing calls
no test coverage detected