Table of Contents

Class ParticleAttractor

Namespace
Shard.Assets.Generated.ModelAssets
Assembly
Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/ParticleAttractor", "589afbfd9c196aaa5d7daceb6a5e3c818c0f51426cc635be22efd48a72c2e536")]
public sealed record ParticleAttractor : IEquatable<ParticleAttractor>
Inheritance
ParticleAttractor
Implements
Inherited Members

Properties

Codec

public static Codec<ParticleAttractor> Codec { get; }

Property Value

Codec<ParticleAttractor>

DampingMultiplier

public Vector3f? DampingMultiplier { get; init; }

Property Value

Vector3f

LinearAcceleration

public Vector3f? LinearAcceleration { get; init; }

Property Value

Vector3f

LinearImpulse

public Vector3f? LinearImpulse { get; init; }

Property Value

Vector3f

Position

public Vector3f? Position { get; init; }

Property Value

Vector3f

RadialAcceleration

public float? RadialAcceleration { get; init; }

Property Value

float?

RadialAxis

public Vector3f? RadialAxis { get; init; }

Property Value

Vector3f

RadialImpulse

public float? RadialImpulse { get; init; }

Property Value

float?

RadialTangentAcceleration

public float? RadialTangentAcceleration { get; init; }

Property Value

float?

RadialTangentImpulse

public float? RadialTangentImpulse { get; init; }

Property Value

float?

Radius

public float? Radius { get; init; }

Property Value

float?

TrailPositionMultiplier

public float? TrailPositionMultiplier { get; init; }

Property Value

float?