Class DirectObject
Assembly: Glitch9.AIDevKit.Sheets.dll
Syntax
[Serializable]
public sealed class DirectObject : IData, IHasId<string>, IHasName
Constructors
|
Edit this page
View Source
DirectObject(string, Object)
Declaration
public DirectObject(string guid, Object asset)
Parameters
| Type |
Name |
Description |
| string |
guid |
|
| Object |
asset |
|
Properties
|
Edit this page
View Source
Asset
Declaration
public Object Asset { get; }
Property Value
|
Edit this page
View Source
Id
Declaration
public string Id { get; }
Property Value
|
Edit this page
View Source
Name
Gets the name of this object.
Declaration
public string Name { get; }
Property Value
Methods
|
Edit this page
View Source
Declaration
public static string FormatId(string guid, string assetName)
Parameters
Returns
Implements
Extension Methods