Battle Talent  V11
Public Member Functions | Public Attributes | Protected Attributes | Static Protected Attributes | Events | List of all members
CrossLink.PhysicsButton Class Reference

Inherits MonoBehaviour.

Public Member Functions

void Lock (bool l)
 
void TriggerPressDown ()
 
void DoTriggerPressDown ()
 
void TriggerPressUp ()
 
void DoTriggerPressUp ()
 
void OnSelect (bool isSelect)
 
void OnToggle (bool isOn)
 
void EnableCols (bool flag)
 
void SetSprite (Sprite sp)
 
void SetChildrenColor (Color color)
 

Public Attributes

Network.NetworkPhysicsButton networkBtn
 
UIButton uiButton
 
Rigidbody rb
 
Renderer buttonRenderer
 
Image image
 
Image selectImage
 
Text text
 
Color unlockColor
 
Color lockColor
 
Color defaultColor
 
Color activeColor
 
float defaultColorIntensity
 
float selectColorIntensity
 
bool buttonDown = false
 
bool buttonUp = false
 
bool buttonIsPushed = false
 
bool buttonWasPushed = false
 
bool loopCallWhenPressed = false
 
float loopCallIntervalSec = 0.5f
 
float lockAfterTriggerSec = 0
 
ConfigurableJoint lockJoint
 
UnityEvent< PhysicsButtonOnClick
 
SoundEffectInfo pressSound
 

Protected Attributes

Transform initialPosition
 
float minDistance = 0.001f
 
float currentDistance = 100
 
float lastDistance = 100
 

Static Protected Attributes

const float PositionMagic = 1000f
 

Events

System.Action< PhysicsButtonPressDownEvent
 
System.Action< PhysicsButtonPressUpEvent