Struct SpriteAtlasTexture
Component that holds a link to the entity holding the atlas' Texture data.
Namespace: Unity.U2D.Entities
Syntax
public struct SpriteAtlasTexture : IComponentData
Fields
Texture
Link to the entity holding Texture data.
Declaration
public Entity Texture
Field Value
| Type | Description |
|---|---|
| Entity | - |