SuperSquid.Entities.Behaviors.BlockBuilderBehavior.ApplyImpulse C# (CSharp) 메소드

ApplyImpulse() 공개 메소드

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