Class ShowEventTitleEffect
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/ShowEventTitleEffect", "ac9962b33598303f7756d02c27b2badb2693759ff02dba10479de3ea1ae1d379")]
public sealed record ShowEventTitleEffect : TriggerVolumeEffects, IEquatable<ShowEventTitleEffect>
- Inheritance
-
ShowEventTitleEffect
- Implements
-
- Inherited Members
-
Properties
Codec
public static Codec<ShowEventTitleEffect> Codec { get; }
Property Value
- Codec<ShowEventTitleEffect>
Delay
public float? Delay { get; init; }
Property Value
- float?
Duration
public float? Duration { get; init; }
Property Value
- float?
Entry
public int Entry { get; init; }
Property Value
- int
Event
public string? Event { get; init; }
Property Value
- string
FadeInDuration
public float? FadeInDuration { get; init; }
Property Value
- float?
FadeOutDuration
public float? FadeOutDuration { get; init; }
Property Value
- float?
Icon
public string? Icon { get; init; }
Property Value
- string
Interval
public float? Interval { get; init; }
Property Value
- float?
IsMajor
public bool IsMajor { get; init; }
Property Value
- bool
PrimaryTitle
public string? PrimaryTitle { get; init; }
Property Value
- string
SecondaryTitle
public string? SecondaryTitle { get; init; }
Property Value
- string