BasicRigidBody.CreatorBehavior.DefaultValues C# (CSharp) Method

DefaultValues() protected method

protected DefaultValues ( ) : void
return void
        protected override void DefaultValues()
        {
            base.DefaultValues();

            this.creationTime = TimeSpan.FromSeconds(1f);
            this.watchDogTime = this.creationTime;
        }