Class AvatarEquippablePaths
Provides constants for base game AvatarEquippable prefab paths. These paths can be used with WithAvatarEquippable(string, AvatarHand, string).
public static class AvatarEquippablePaths
- Inheritance
-
AvatarEquippablePaths
- Inherited Members
Remarks
All paths are relative to the Resources folder. Example: "avatar/equippables/Baton" refers to Resources/avatar/equippables/Baton.prefab
Fields
BasePath
Base path for all avatar equippable prefabs.
public const string BasePath = "avatar/equippables"
Field Value
Baton
Baton AvatarEquippable prefab path.
public const string Baton = "avatar/equippables/Baton"
Field Value
Beer
Beer AvatarEquippable prefab path.
public const string Beer = "avatar/equippables/Beer"
Field Value
BrokenBottle
Broken Bottle AvatarEquippable prefab path.
public const string BrokenBottle = "avatar/equippables/BrokenBottle"
Field Value
Coffee
Coffee AvatarEquippable prefab path.
public const string Coffee = "avatar/equippables/Coffee"
Field Value
Cuke
Cuke (Energy Drink) AvatarEquippable prefab path.
public const string Cuke = "avatar/equippables/Cuke"
Field Value
Hammer
Hammer AvatarEquippable prefab path.
public const string Hammer = "avatar/equippables/Hammer"
Field Value
Joint
Joint (Marijuana) AvatarEquippable prefab path.
public const string Joint = "avatar/equippables/Joint"
Field Value
Knife
Knife AvatarEquippable prefab path.
public const string Knife = "avatar/equippables/Knife"
Field Value
M1911
M1911 Pistol AvatarEquippable prefab path.
public const string M1911 = "avatar/equippables/M1911"
Field Value
PhoneLowered
Phone (Lowered) AvatarEquippable prefab path.
public const string PhoneLowered = "avatar/equippables/Phone_Lowered"
Field Value
PhoneRaised
Phone (Raised) AvatarEquippable prefab path.
public const string PhoneRaised = "avatar/equippables/Phone_Raised"
Field Value
Pipe
Pipe AvatarEquippable prefab path.
public const string Pipe = "avatar/equippables/Pipe"
Field Value
Revolver
Revolver AvatarEquippable prefab path.
public const string Revolver = "avatar/equippables/Revolver"
Field Value
Taser
Taser AvatarEquippable prefab path.
public const string Taser = "avatar/equippables/Taser"
Field Value
TrashBag
Trash Bag AvatarEquippable prefab path.
public const string TrashBag = "avatar/equippables/TrashBag"