Show / Hide Table of Contents

Interface IUnityObject

An interface representing an Unity object.

Namespace: Microsoft.XboxStudios.GameStateTracker.Unity
Assembly: GameStateTracker.Unity.dll
Syntax
public interface IUnityObject

Properties

View Source

Name

Gets the object's name.

Declaration
string Name { get; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Generated by DocFX