SuperSquid.Entities.Behaviors.BlockBuilderBehavior.ApplyImpulse C# (CSharp) Method

ApplyImpulse() public method

Applies an vertical impulse.
public ApplyImpulse ( ) : void
return void
        public void ApplyImpulse()
        {
            this.scrollVelocity = 0.5f;
        }