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)
Assembly: Lumina.dll
Syntax
public struct ImageChangeData
Fields
|
Improve this Doc
View Source
DecalId
Declaration
Field Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
MaterialId
Declaration
Field Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
VfxId
Declaration
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