League Toolkit League Toolkit
League Toolkit League Toolkit
DocFX + Singulink = ♥

Search Results for

    Class X3dSharedConstantBufferDef

    Inheritance
    System.Object
    X3dSharedConstantBufferDef
    Implements
    IMetaClass
    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: LeagueToolkit.Meta.Classes
    Assembly: LeagueToolkit.Meta.Classes.dll
    Syntax
    public class X3dSharedConstantBufferDef : IMetaClass

    Properties

    | Improve this Doc View Source

    Constants

    Declaration
    public MetaContainer<MetaEmbedded<X3dSharedConstantDef>> Constants { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaEmbedded<X3dSharedConstantDef>>
    | Improve this Doc View Source

    Frequency

    Declaration
    public byte Frequency { get; set; }
    Property Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    OpenglConstantBuffer

    Declaration
    public bool OpenglConstantBuffer { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    PlatformMask

    Declaration
    public uint PlatformMask { get; set; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    Register

    Declaration
    public int Register { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Type

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

    Implements

    IMetaClass