Version: Unity 6.1 (6000.1)
LanguageEnglish
  • C#

PlayerLoopSystem.type

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public Type type;

Description

A System.Type used to identify a Player loop system and label it in the Profiler.

Use the type property to identify and retrieve a particular default PlayerLoopSystem when iterating over the default or current Player loop. Custom Player loop systems must have this property to identify them, but it can be an empty class. Valid struct types for default Player loop systems are available under the UnityEngine.PlayerLoop namespace.