Skip to main content

B1DecorationSpawnInfo

  • Holds runtime spawn information for a single decoration instance in the world,
    * including its ID, object ID, FX class, and world transform.
PropertyTypeDescriptionMetadata
IdFNameRuntime identifier assigned to this decoration spawn instance.
ObjectIdFNameObject ID of the decoration to spawn.Category: B1DecorationSpawnInfo
FxObjectTSubclassOfFX object class associated with this decoration spawn.Category: B1DecorationSpawnInfo
SpawnTransformFTransformWorld transform at which this decoration is spawned.