Class X3dSharedConstantBufferDef
Inheritance
System.Object
X3dSharedConstantBufferDef
Implements
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 SourceConstants
Declaration
public MetaContainer<MetaEmbedded<X3dSharedConstantDef>> Constants { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<MetaEmbedded<X3dSharedConstantDef>> |
Frequency
Declaration
public byte Frequency { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OpenglConstantBuffer
Declaration
public bool OpenglConstantBuffer { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PlatformMask
Declaration
public uint PlatformMask { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
Register
Declaration
public int Register { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Type
Declaration
public uint Type { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |