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

DefaultValues() 보호된 메소드

protected DefaultValues ( ) : void
리턴 void
        protected override void DefaultValues()
        {
            base.DefaultValues();
            this.scrollVelocity = MIN_SCROLL_VELOCITY;
        }