GameObjectAnalysisContext
A context object passed by GameObjectModule to an GameObjectModuleAnalyzer's Analyze() method.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Class
- Namespace: Unity.ProjectAuditor.Editor.Core
- Assembly: UnityEditor
- Inherits from: AnalysisContext
public class GameObjectAnalysisContext : AnalysisContext
Fields
Value | Description |
|---|---|
| GameObject | The GameObject to analyze. |
| Source | The owner of this GameObject (Scene or Prefab). |