Battle Talent
V11
|
Inherits MonoBehaviour.
Public Member Functions | |
string | GetSwordType () |
bool | IsConnect () |
Scabbard | GetScabbard () |
void | DisconnectWithOther () |
void | OnSheath (Scabbard sb, bool isOn, float time) |
void | OnPendantRelease (InteractBasePendant ibp) |
bool | IsUnsold () |
Public Attributes | |
InteractBase | ib |
Transform | peakPoint |
Transform | rootPoint |
Collider | targetCol |
bool | spawnScabbard = true |
string | swordType |
string | scabbardName |
Static Public Attributes | |
const string | path = "Weapon/" |
Events | |
System.Action< Scabbard, bool, float > | OnSheathEvent |