Show / Hide Table of Contents

Struct ImcFile.ImageChangeData

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Lumina.Data.Files
Assembly: Lumina.dll
Syntax
public struct ImageChangeData

Fields

| Improve this Doc View Source

DecalId

Declaration
public byte DecalId
Field Value
Type Description
System.Byte
| Improve this Doc View Source

MaterialId

Declaration
public byte MaterialId
Field Value
Type Description
System.Byte
| Improve this Doc View Source

VfxId

Declaration
public byte VfxId
Field Value
Type Description
System.Byte

Properties

| Improve this Doc View Source

AttributeMask

Declaration
public ushort AttributeMask { get; }
Property Value
Type Description
System.UInt16
| Improve this Doc View Source

MaterialAnimationId

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

SoundId

Declaration
public ushort SoundId { get; }
Property Value
Type Description
System.UInt16

Methods

| Improve this Doc View Source

Read(BinaryReader)

Declaration
public static ImcFile.ImageChangeData Read(BinaryReader br)
Parameters
Type Name Description
System.IO.BinaryReader br
Returns
Type Description
ImcFile.ImageChangeData
  • Improve this Doc
  • View Source
Back to top Generated by DocFX