50 lines
1.2 KiB
Plaintext
50 lines
1.2 KiB
Plaintext
URL: https://wiki.studiominus.nl/internalReference/DecalInformation.html
|
|
Title: People Playground Modding - DecalInformation
|
|
==================================================
|
|
|
|
public struct DecalInformation
|
|
[Serializable] [Obsolete]
|
|
No description provided
|
|
Nested types
|
|
DecalInformation.DecalIndex
|
|
Fields
|
|
public Color Color
|
|
No description provided
|
|
|
|
public string Path
|
|
No description provided
|
|
|
|
public float IgnoreRadius
|
|
No description provided
|
|
|
|
public readonly static DecalInformation[] Decals
|
|
No description provided
|
|
|
|
public static Dictionary<string, Sprite[]> SpriteCache
|
|
No description provided
|
|
|
|
Properties
|
|
public static DecalInformation HumanBlood
|
|
No description provided
|
|
|
|
public static DecalInformation AlienBlood
|
|
No description provided
|
|
|
|
public static DecalInformation BlastMark
|
|
No description provided
|
|
|
|
Methods
|
|
public (constructor) DecalInformation(string path, Color color, float ignoreRadius = .1f)
|
|
No description provided
|
|
|
|
public static DecalInformation Get(DecalIndex index)
|
|
No description provided
|
|
|
|
public static Sprite[] GetSprites(string path)
|
|
No description provided
|
|
|
|
public override bool Equals(object obj)
|
|
No description provided
|
|
|
|
public override int GetHashCode()
|
|
No description provided |