Class Clapper
- Namespace
- DefaultNamespace
- Assembly
- Assembly-CSharp.dll
public class Clapper : ItemInstanceBehaviour, IArtifactContent
- Inheritance
-
Clapper
- Implements
-
- Inherited Members
-
- Extension Methods
-
Constructors
Clapper()
Fields
angle
Field Value
- float
bounce
Field Value
- float
bounceThreshold
public float bounceThreshold
Field Value
- float
drag
Field Value
- float
offAngle
Field Value
- float
onAngle
Field Value
- float
onOffEntry
public OnOffEntry onOffEntry
Field Value
- OnOffEntry
sfx
Field Value
- SFX_Instance
spring
Field Value
- float
stashAbleEntry
public StashAbleEntry stashAbleEntry
Field Value
- StashAbleEntry
top
Field Value
- Transform
vel
Field Value
- float
Properties
IsActive
public bool IsActive { get; }
Property Value
- bool
IsHeld
public bool IsHeld { get; }
Property Value
- bool
Methods
ConfigItem(ItemInstanceData, PhotonView)
public override void ConfigItem(ItemInstanceData data, PhotonView playerView)
Parameters
data
ItemInstanceData
playerView
PhotonView
Start()
Update()