Show / Hide Table of Contents

Class ResourceReference

Reference to a resource that is declared in the mod manifest.

Inheritance
Object
Element
ResourceReference
MeshReference
Implements
IValidatable
Inherited Members
Element.Validate()
Element.MissingElement(String, String)
Element.MissingAttribute(String, String)
Element.InvalidData(String, String)
Element.Warn(String, String)
Element.LineNumber
Element.LinePosition
Element.AttributesUsed
Element.ElementsUsed
Element.FileName
Namespace: Modding.Serialization
Assembly: Assembly-CSharp.dll
Syntax
public class ResourceReference : Element, IValidatable

Constructors

ResourceReference()

Declaration
public ResourceReference()

Fields

Name

Declaration
public string Name
Field Value
Type Description
String

Methods

Validate(String)

Declaration
protected override bool Validate(string elementName)
Parameters
Type Name Description
String elementName
Returns
Type Description
Boolean
Overrides
Element.Validate(String)

Implements

IValidatable
Back to top Generated by DocFX