Class Blueprint<TRef>
Wrapper for easy referencing of blueprints.
Inheritance
System.Object
Blueprint<TRef>
Assembly: BlueprintCore.dll
Syntax
public class Blueprint<TRef>
where TRef : BlueprintReferenceBase
Type Parameters
Fields
|
Improve this Doc
View Source
Reference
Declaration
public readonly TRef Reference
Field Value
Methods
|
Improve this Doc
View Source
Cast<T>()
Declaration
public Blueprint<T> Cast<T>()
where T : BlueprintReferenceBase
Returns
Type Parameters
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()
Operators
|
Improve this Doc
View Source
Implicit(TRef to Blueprint<TRef>)
Declaration
public static implicit operator Blueprint<TRef>(TRef blueprintReference)
Parameters
Type |
Name |
Description |
TRef |
blueprintReference |
|
Returns
|
Improve this Doc
View Source
Implicit(BlueprintGuid to Blueprint<TRef>)
Declaration
public static implicit operator Blueprint<TRef>(BlueprintGuid guid)
Parameters
Type |
Name |
Description |
Kingmaker.Blueprints.BlueprintGuid |
guid |
|
Returns
|
Improve this Doc
View Source
Implicit(SimpleBlueprint to Blueprint<TRef>)
Declaration
public static implicit operator Blueprint<TRef>(SimpleBlueprint blueprint)
Parameters
Type |
Name |
Description |
Kingmaker.Blueprints.SimpleBlueprint |
blueprint |
|
Returns
|
Improve this Doc
View Source
Implicit(Guid to Blueprint<TRef>)
Declaration
public static implicit operator Blueprint<TRef>(Guid guid)
Parameters
Type |
Name |
Description |
System.Guid |
guid |
|
Returns
|
Improve this Doc
View Source
Implicit(String to Blueprint<TRef>)
Declaration
public static implicit operator Blueprint<TRef>(string nameOrGuid)
Parameters
Type |
Name |
Description |
System.String |
nameOrGuid |
|
Returns