Cataclysm Core Mono Library (CCML) Documentation

Cataclysm.Component

Cataclysm.Component
CCML/Source/Cataclysm/ECS/Components/Component.cs

public class Component : IEquatable<Component>
PropertyDescription
Entity EntityThe entity that the component is attached to.
MethodDescription
bool Equals(Component other)
abstract void Reset()Resets component fields to default values.
override bool Equals(object obj)
override int GetHashCode()
static bool operator ==(Component a, Component b)
static bool operator !=(Component a, Component b)