Dump

public static string Dump(ref PlayerLoopSystem loop) ;

PlayerLoopSystemをダンプする。

パラメーター名 説明
loop PlayerLoopSystem

ダンプした結果の文字列を返す。

public static void Dump(ref PlayerLoopSystem loop, StringBuilder sb) ;

PlayerLoopSystemをダンプする。

パラメーター名 説明
loop PlayerLoopSystem
sb ダンプ先のStringBuilder