AlphaFunc() private method

private AlphaFunc ( uint func, float ref_notkeword ) : void
func uint
ref_notkeword float
return void
コード例 #1
0
        /// <summary>
        ///
        /// </summary>
        protected override void StateOn()
        {
            base.StateOn();

            if (this.enableCapacityWhenStateOn)
            {
                OpenGL.AlphaFunc((uint)this.AlphaTestFunc, this.AlphaTestReferenceValue);
            }
        }