Contains

Contains<T>(ref PlayerLoopSystem)

public static bool Contains<T>(ref PlayerLoopSystem parentSystem) ;

Description

Determine if PlayerLoop is included.

Type Parameters

Type Parameter Name Description Type Constraints
T Player Loop type to judge
  • struct

Parameters

Parameter Name Description
parentSystem Judging parent Player Loop

Returns

Returns true if it was included.