Table of Contents

Class EcsExceptions

Namespace
ReFuel.Ecs
Assembly
ReFuel.dll
public static class EcsExceptions
Inheritance
EcsExceptions
Inherited Members

Methods

BadConstructorArgument<Targs>(EcsNode)

public static Exception BadConstructorArgument<Targs>(EcsNode who)

Parameters

who EcsNode

Returns

Exception

Type Parameters

Targs

BadConstructorArgument<Targs>(SystemBase)

public static Exception BadConstructorArgument<Targs>(SystemBase who)

Parameters

who SystemBase

Returns

Exception

Type Parameters

Targs

NoGuidSet(Type)

public static Exception NoGuidSet(Type t)

Parameters

t Type

Returns

Exception

NoGuidSet<T>()

public static Exception NoGuidSet<T>()

Returns

Exception

Type Parameters

T