Class LearnNode
Inheritance
System.Object
LearnNode
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Appearition.SDK.dll
Syntax
[Serializable]
public class LearnNode
Fields
View Source
antagonisingNodes
Declaration
public AntagonisingNode[] antagonisingNodes
Field Value
View Source
associatedNodes
Declaration
public AssociatedNode[] associatedNodes
Field Value
View Source
childNodes
Declaration
public LearnNode[] childNodes
Field Value
View Source
name
Declaration
Field Value
Type |
Description |
System.String |
|
View Source
nodeCategories
Declaration
public NodeCategory[] nodeCategories
Field Value
View Source
nodeId
Declaration
Field Value
Type |
Description |
System.Int32 |
|
View Source
nodeProficiencyLevels
Declaration
public NodeProficiencyLevel[] nodeProficiencyLevels
Field Value
View Source
nodeProperties
Declaration
public NodeProperty[] nodeProperties
Field Value
View Source
productId
Declaration
Field Value
Type |
Description |
System.Int32 |
|
View Source
Declaration
public RelatedNode[] relatedNodes
Field Value
Properties
View Source
ParentNodeId
Declaration
public int? ParentNodeId { get; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Extension Methods