Scale3.md

February 25, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS

Scale3 Struct

public struct Scale3 :
Friflo.Engine.ECS.IComponent,
System.IEquatable<Friflo.Engine.ECS.Scale3>

Implements IComponent, System.IEquatable<Scale3>

Constructors
Scale3(float, float, float)
Fields
value
x
y
z
Methods
Equals(Scale3)
Equals(object)
GetHashCode()
ToString()
Operators
operator ==(Scale3, Scale3)
operator !=(Scale3, Scale3)

Contents

  1. 0.1Friflo.Engine.ECS
  2. 1Scale3 Struct