Show / Hide Table of Contents

Struct LayerCommon.SoundInstanceObject

Implements
LayerCommon.IInstanceObject
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.Parsing.Layer
Assembly: Lumina.dll
Syntax
public struct SoundInstanceObject : LayerCommon.IInstanceObject

Fields

| Improve this Doc View Source

AssetPath

Declaration
public string AssetPath
Field Value
Type Description
System.String
| Improve this Doc View Source

SEParam

Declaration
public LayerCommon.SEParam SEParam
Field Value
Type Description
LayerCommon.SEParam
| Improve this Doc View Source

SoundEffectParam

Declaration
public int SoundEffectParam
Field Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

Read(BinaryReader)

Declaration
public static LayerCommon.SoundInstanceObject Read(BinaryReader br)
Parameters
Type Name Description
System.IO.BinaryReader br
Returns
Type Description
LayerCommon.SoundInstanceObject

Implements

LayerCommon.IInstanceObject
  • Improve this Doc
  • View Source
Back to top Generated by DocFX