Table of Contents

Class ScriptSpawnData

Namespace
RisingV.Shared.Data
Assembly
RisingV.Shared.dll

Represents data for spawning a script entity.

public record ScriptSpawnData : IData, IEquatable<ScriptSpawnData>
Inheritance
ScriptSpawnData
Implements
Inherited Members
Extension Methods

Constructors

ScriptSpawnData(Entity)

Represents data for spawning a script entity.

public ScriptSpawnData(Entity Entity)

Parameters

Entity Entity

Properties

Entity

public Entity Entity { get; init; }

Property Value

Entity