Struct LayerCommon.BGInstanceObject
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 BGInstanceObject : LayerCommon.IInstanceObject
Fields
|
Improve this Doc
View Source
AssetPath
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Attribute
Declaration
Field Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
AttributeMask
Declaration
public uint AttributeMask
Field Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
CollisionAssetPath
Declaration
public string CollisionAssetPath
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CollisionConfig
Declaration
public int CollisionConfig
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CollisionType
Declaration
public ModelCollisionType CollisionType
Field Value
|
Improve this Doc
View Source
IsVisible
Declaration
Field Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Padding00
Declaration
Field Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
RenderLightShadowEnabled
Declaration
public byte RenderLightShadowEnabled
Field Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
RenderModelClipRange
Declaration
public float RenderModelClipRange
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
RenderShadowEnabled
Declaration
public byte RenderShadowEnabled
Field Value
Type |
Description |
System.Byte |
|
Methods
|
Improve this Doc
View Source
Read(BinaryReader)
Declaration
public static LayerCommon.BGInstanceObject Read(BinaryReader br)
Parameters
Type |
Name |
Description |
System.IO.BinaryReader |
br |
|
Returns
Implements