Interface IUnityObject
An interface representing an Unity object.
Namespace: Microsoft.XboxStudios.GameStateTracker.Unity
Assembly: GameStateTracker.Unity.dll
Syntax
public interface IUnityObject
Properties
View SourceName
Gets the object's name.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |