SuperSquid.Entities.Behaviors.BlockBuilderBehavior.ApplyImpulse C# (CSharp) Méthode

ApplyImpulse() public méthode

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