mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2024-11-26 08:52:52 +08:00
LightAttribute: Changed two names
This commit is contained in:
parent
273a9dbaea
commit
4f87bf5d98
@ -2034,10 +2034,10 @@ namespace CodeWalker.GameFiles
|
|||||||
public byte ColorB { get; set; }
|
public byte ColorB { get; set; }
|
||||||
public byte Unknown_1Bh { get; set; }
|
public byte Unknown_1Bh { get; set; }
|
||||||
public float Intensity { get; set; }
|
public float Intensity { get; set; }
|
||||||
public uint Unknown_20h { get; set; }
|
public uint Flags { get; set; }
|
||||||
public ushort BoneId { get; set; }
|
public ushort BoneId { get; set; }
|
||||||
public ushort Type { get; set; }
|
public ushort Type { get; set; }
|
||||||
public uint Unknown_28h { get; set; }
|
public uint TimeFlags { get; set; }
|
||||||
public float Falloff { get; set; }
|
public float Falloff { get; set; }
|
||||||
public float FalloffExponent { get; set; }
|
public float FalloffExponent { get; set; }
|
||||||
public float CullingPlaneNormalX { get; set; }
|
public float CullingPlaneNormalX { get; set; }
|
||||||
|
Loading…
Reference in New Issue
Block a user