Search Results for

    Show / Hide Table of Contents

    Class ElementTrait

    Determines the pros and cons of an element.

    Inheritance
    Object
    ElementTrait
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: TinnyStudios.AIUtility.Impl.Examples.TurnBasedSpell
    Assembly: UtilityAIFramework.dll
    Syntax
    public class ElementTrait

    Constructors

    ElementTrait(EElementType, EElementType, EElementType)

    Declaration
    public ElementTrait(EElementType type, EElementType weakTo, EElementType strongTo)
    Parameters
    Type Name Description
    EElementType type
    EElementType weakTo
    EElementType strongTo

    Fields

    StrongTo

    Declaration
    public EElementType StrongTo
    Field Value
    Type Description
    EElementType

    Type

    Declaration
    public EElementType Type
    Field Value
    Type Description
    EElementType

    WeakTo

    Declaration
    public EElementType WeakTo
    Field Value
    Type Description
    EElementType

    Methods

    GetEffectiveness(EElementType)

    Declaration
    public float GetEffectiveness(EElementType type)
    Parameters
    Type Name Description
    EElementType type
    Returns
    Type Description
    Single
    In This Article
    Back to top Generated by DocFX