Struct Toggleable
Namespace: Unity.Tiny.UI
Syntax
public struct Toggleable : IComponentData
Fields
ToggledGraphic
Declaration
public Entity ToggledGraphic
Field Value
Type | Description |
---|---|
Entity |
Properties
IsToggled
Declaration
public bool IsToggled { get; set; }
Property Value
Type | Description |
---|---|
Boolean |