Dump

Dump(ref PlayerLoopSystem)

public static string Dump(ref PlayerLoopSystem loop) ;

説明

PlayerLoopSystemをダンプする。

パラメーター

パラメーター名 説明
loop PlayerLoopSystem

戻り値

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

Dump(ref PlayerLoopSystem, StringBuilder)

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

説明

PlayerLoopSystemをダンプする。

パラメーター

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