Class ObjectReference
Inheritance
ObjectReference
Assembly: Glitch9.AIDevKit.Sheets.dll
Syntax
[Serializable]
public sealed class ObjectReference
Constructors
|
Edit this page
View Source
ObjectReference()
Declaration
Properties
|
Edit this page
View Source
AssetName
Declaration
public string AssetName { get; }
Property Value
|
Edit this page
View Source
DirectObject
Declaration
public Object DirectObject { get; }
Property Value
|
Edit this page
View Source
IsAddressables
Declaration
public bool IsAddressables { get; }
Property Value
|
Edit this page
View Source
IsDirectReference
Declaration
public bool IsDirectReference { get; }
Property Value
|
Edit this page
View Source
IsEmpty
Declaration
public bool IsEmpty { get; }
Property Value
|
Edit this page
View Source
IsUrl
Declaration
public bool IsUrl { get; }
Property Value
|
Edit this page
View Source
ReferenceId
Reference identifier (GUID, Addressables key, URL, etc.)
Declaration
public string ReferenceId { get; }
Property Value
|
Edit this page
View Source
ReferenceType
Declaration
public ObjectReferenceType ReferenceType { get; }
Property Value
Extension Methods