Search Results for

    Show / Hide Table of Contents

    Class UnitComponentInfo

    Inheritance
    System.Object
    UnitComponentInfo
    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()
    Namespace: Oasys.Common.GameObject.Clients.ExtendedInstances
    Assembly: Oasys.Common.dll
    Syntax
    public class UnitComponentInfo

    Constructors

    UnitComponentInfo(Int32)

    Declaration
    public UnitComponentInfo(int instancePointer)
    Parameters
    Type Name Description
    System.Int32 instancePointer

    Properties

    SkinID

    Gets the skin ID.

    Declaration
    public uint SkinID { get; }
    Property Value
    Type Description
    System.UInt32

    SkinName

    Gets the skin name.

    Declaration
    public string SkinName { get; }
    Property Value
    Type Description
    System.String

    UnitAttackRange

    Gets the unit's attack range.

    Declaration
    public float UnitAttackRange { get; }
    Property Value
    Type Description
    System.Single

    UnitBaseAttackSpeed

    Gets the unit's base attack speed.

    Declaration
    public float UnitBaseAttackSpeed { get; }
    Property Value
    Type Description
    System.Single

    UnitBaseAttackSpeedAdditional

    Gets the unit's additional base attack speed.

    Declaration
    public float UnitBaseAttackSpeedAdditional { get; }
    Property Value
    Type Description
    System.Single

    UnitBaseMoveSpeed

    Gets the unit's base movement speed.

    Declaration
    public float UnitBaseMoveSpeed { get; }
    Property Value
    Type Description
    System.Single

    UnitBoundingRadius

    Gets the unit's hitbox radius.

    Declaration
    public float UnitBoundingRadius { get; }
    Property Value
    Type Description
    System.Single

    UnitMainClass

    Gets the unit's main type class.

    Declaration
    public string UnitMainClass { get; }
    Property Value
    Type Description
    System.String

    UnitMaxAttackSpeed

    Gets the unit's max attack speed.

    Declaration
    public float UnitMaxAttackSpeed { get; }
    Property Value
    Type Description
    System.Single

    UnitSubClass

    Gets the unit's sub type class.

    Declaration
    public string UnitSubClass { get; }
    Property Value
    Type Description
    System.String

    Extension Methods

    Extensions.In<T>(T, T[])
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾