Inherits CrossLink.CreatureBase.
|
void | AskForMoney () |
|
void | HandsBack () |
|
void | ShakeHead () |
|
void | RefleshMerchandise () |
|
void | OnPlayerApproach () |
|
void | OnPlayerLeave () |
|
void | OnPlayerGrabedMerchandise (MerchandiseGrid mg, AttachObj a, bool g) |
|
void | OnPayed (bool isSuc) |
|
void | NecklaceLightOn (bool isOn) |
|
void | NecklaceLightBright () |
|
void | NecklaceLightNotEnough () |
|
void | TryNecklaceOff () |
|
GameObject | GetDisabledObj (string name) |
|
void | EnableLightingUseHalfLambert () |
|
virtual void | SetupArmor (FullCharacterControl fc) |
|
void | InitBoneProxy () |
|
virtual void | InitVariation () |
|
void | SetPendantsLoadingAsync (System.Action cb) |
|
virtual void | InitPendantsAndArmors () |
|
virtual void | OnDropPhysicsBody (DropablePhysicsBone bone) |
|
void | SetupWeapon (FullCharacterControl fc) |
|
|
float | crossfadeTime = 0.1f |
|
float | posWeight = 0.5f |
|
float | rotWeight = 0.15f |
|
Transform | eyeTarget |
|
Transform | handTarget |
|
Transform | trackPoint |
|
Transform | necklaceTrans |
|
Transform | merchandiseCenter |
|
Renderer | necklaceRenderer |
|
Color | necklaceColor |
|
Color | notEnoughColor |
|
float | colorIntansity |
|
Vector3 | initOffset = Vector3.zero |
|
SoundEffectInfo | noMoneySound |
|
SoundEffectInfo | dealSound |
|
SoundEffectInfo | hitSound |
|
SoundEffectInfo | refleshSound |
|
float | delayAfterPayTime = 1f |
|
FullCharacterControl | fc |
|
float | weaponRandomFactor = 0.2f |
|
List< string > | randomWeaponList = new List<string>() |
|
bool | leftHandWeaponSpawn |
|
bool | rightHandWeaponSpawn |
|
Renderer[] | changeMatRenderers |
|
MaterialSet[] | changeMatSets |
|
ActiveObjSet[] | randomActiveObjs |
|
ActiveObjSet | randomActiveAdditions |
|
ArmorProfile | armorProfile |
|
ArmorProfile.ArmorTag[] | armorConfigs |
|
ArmorProfile.ArmorTag[] | armorConfigsRandom |
|
float | armorRandomFactor = 0.4f |
|
List< GameObject > | disabledGameObjs |
|
List< BoneProxyInfo > | boneProxyList |
|