Alexandria.Engines.DarkSouls.TableRows.DepthOfField.DepthOfField C# (CSharp) Method

DepthOfField() private method

private DepthOfField ( ParameterTable table, int index ) : System
table ParameterTable
index int
return System
            internal DepthOfField(ParameterTable table, int index)
                : base(table, index)
            {
                FarDofBegin = (Single)60;
                FarDofEnd = (Single)360;
                FarDofMul = (Byte)100;
                Pad_0 = new Byte[3];
                NearDofBegin = (Single)3;
                NearDofEnd = (Single)0;
                NearDofMul = (Byte)100;
                Pad_1 = new Byte[3];
                DispersionSq = (Single)5;
            }

Same methods

TableRows.DepthOfField::DepthOfField ( ParameterTable table, int index, AssetLoader loader, int next ) : System
TableRows.DepthOfField